• Joined on 2026-02-19
magnus pushed to clojure at magnus/btcprice 2026-03-13 11:35:09 +00:00
magnus pushed to master at magnus/btcprice 2026-03-13 11:34:45 +00:00
7c68220404 Merge branch 'fastapi'
c999d831e7 Rewrite btcprice from Clojure to Python FastAPI
Compare 2 commits »
magnus pushed to master at magnus/btcdata 2026-03-08 16:31:41 +00:00
8b5c1faeaa Add deposits rebuild endpoint and fix date serialization
96d12f170b Change events.occurred_at from TIMESTAMPTZ to DATE
130815e32f Add BINANCE_ENABLED and STRIKE_ENABLED env flags
793c63927c Add wallet_type column to distinguish exchanges from wallets
Compare 4 commits »
magnus pushed to master at magnus/btcdata 2026-03-08 11:52:39 +00:00
174ea24786 Add deposits read table (CQRS projection from bank_to_exchange events)
magnus pushed to master at magnus/btcdata 2026-03-08 11:32:11 +00:00
0446d928e6 Add deposit totals API endpoint
magnus pushed to master at magnus/btcdata 2026-03-07 17:30:56 +00:00
5874952115 Add event-sourced wallet and transaction tracking system
magnus pushed to master at magnus/postgres 2026-03-07 15:03:57 +00:00
7808dc8288 Add archive_timeout=600 to force WAL archiving every 10 minutes
magnus pushed to master at magnus/postgres 2026-03-07 14:54:19 +00:00
a307141068 Fix WAL archive_command failing when segment already exists
magnus pushed to master at magnus/postgres 2026-03-07 10:21:48 +00:00
82e430e645 Fix WAL archive permission denied by chowning backup dir to postgres UID
magnus pushed to main at magnus/gitea 2026-03-06 14:53:47 +00:00
242fa8a927 Change backup directory to /data/backup/gitea
magnus created branch master in magnus/system 2026-03-06 14:51:20 +00:00
magnus pushed to master at magnus/system 2026-03-06 14:51:20 +00:00
f223d76cbf Initial commit: NAS backup, NFS mount docs, NVMe fix docs
magnus created repository magnus/system 2026-03-06 14:51:16 +00:00
magnus created branch master in magnus/postgres 2026-03-06 14:03:45 +00:00
magnus pushed to master at magnus/postgres 2026-03-06 14:03:45 +00:00
448e31c01b Add PostgreSQL with automated hot backup setup
magnus created repository magnus/postgres 2026-03-06 14:00:32 +00:00
magnus pushed to master at magnus/btcdata 2026-03-06 11:36:27 +00:00
e61f38d4f3 Add GET /api/currencies/:date endpoint for historical EUR/DKK rates
magnus pushed to master at magnus/btcdata 2026-03-06 11:16:57 +00:00
11a1fc6b8f Persist Frankfurter EUR/DKK rates in currencies table
magnus pushed to master at magnus/btcprice 2026-03-06 10:43:07 +00:00
ae676f2b6c Use quote-sats from btcdata instead of local EUR/BTC calculation
magnus pushed to master at magnus/btcdata 2026-03-06 10:43:00 +00:00
146c3a4788 Add Strike quote endpoint for real sats price with fee-adjusted amount