Proxy btcdata WebSocket through btcprice for remote access
Browser can't reach the LAN-only btcdata WebSocket when accessing btcprice remotely (Tailscale/Cloudflare Tunnel). Add a /ws/price proxy route that relays btcdata frames to the browser so only btcprice needs to be reachable. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -7,5 +7,3 @@ services:
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "4041:4040"
|
||||
environment:
|
||||
BTCDATA_URL: "http://192.168.50.42:4101"
|
||||
|
||||
Reference in New Issue
Block a user