• Joined on 2026-02-19
magnus pushed to master at magnus/btcprice 2026-03-06 09:43:50 +00:00
6b4c8034f1 Make sats EUR amount configurable, default 54.46
magnus pushed to master at magnus/btcprice 2026-03-06 09:39:27 +00:00
161737d4c7 Style Strike ticker: single column, currency symbols, Danish formatting, sats display
magnus pushed to master at magnus/btcprice 2026-03-06 09:19:13 +00:00
5990b8d735 Render price and strike HTML in btcprice from btcdata JSON WebSockets
magnus pushed to master at magnus/btcdata 2026-03-06 09:19:04 +00:00
3e5fd490b4 Move HTML rendering to btcprice, send raw JSON over both WebSockets
magnus pushed to master at magnus/btcdata 2026-03-06 08:17:40 +00:00
c786b01679 Ignore affald.txt
magnus pushed to master at magnus/btcdata 2026-03-06 08:11:08 +00:00
8125b4a743 Rename shared network to btc-network, remove default network
magnus pushed to master at magnus/btcprice 2026-03-06 08:11:01 +00:00
134ee27ca6 Rename shared network to btc-network
magnus pushed to master at magnus/btcprice 2026-03-06 07:52:02 +00:00
71918ee4fd Use shared Docker network to connect to btcdata independently
magnus pushed to master at magnus/btcdata 2026-03-06 07:51:55 +00:00
dbf19566e8 Add Strike ticker poller, Docker .env config, and Frankfurter retry logic
magnus pushed to master at magnus/btcdata 2026-03-06 06:51:04 +00:00
26420fd6ec Use idiomatic undertow/websocket maps instead of raw WebSocket API
magnus pushed to master at magnus/btcprice 2026-03-06 06:51:01 +00:00
a9b7874f36 Use idiomatic undertow/websocket maps instead of raw WebSocket API
magnus pushed to master at magnus/btcprice 2026-02-28 12:43:21 +00:00
32a1509482 Proxy btcdata WebSocket through btcprice for remote access
magnus pushed to main at magnus/gitea 2026-02-28 07:22:19 +00:00
ffdd8bb4b2 Fix backup permission denied by using docker cp instead of direct mount write
magnus pushed to master at magnus/btcdata 2026-02-27 14:03:19 +00:00
faad73c4ef Use Danish number formatting for all prices and rates
magnus pushed to master at magnus/btcprice 2026-02-27 13:52:30 +00:00
6afaa228c3 Safelist text-2xl and mt-1 Tailwind classes for larger currency prices
magnus pushed to master at magnus/btcdata 2026-02-27 13:52:26 +00:00
1a22cc3b02 Enlarge EUR/DKK converted prices and show exchange rates below
magnus pushed to master at magnus/btcprice 2026-02-27 13:43:47 +00:00
5c1a080831 Add EUR/DKK rate display support and run-docker Makefile target
magnus pushed to master at magnus/btcdata 2026-02-27 13:43:32 +00:00
46666aa994 Fix Frankfurter integration: require namespace, use v1 API, show converted BTC prices
magnus pushed to master at magnus/btcdata 2026-02-27 13:22:46 +00:00
7d6ca3911f Add Frankfurter EUR/DKK rate polling and include rates in WebSocket stream
39ec47b5e1 Add self-hosted Frankfurter currency exchange rate service to docker-compose
Compare 2 commits »
magnus pushed to master at magnus/btcdata 2026-02-24 09:55:18 +00:00
991d520b5d Fix WebSocket price stream by guarding nil responses from ring-defaults