Skip to content

Commit ebd0631

Browse files
committed
Add dashboard screenshot, bind MystNodes UI to all interfaces
- Add docs/screenshot-dashboard.png for README - MystNodes: add --ui.address=0.0.0.0 --tequilapi.address=0.0.0.0 so the node web UI is reachable via Tailscale and other non-LAN interfaces
1 parent d4edbc0 commit ebd0631

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

docs/screenshot-dashboard.png

554 KB
Loading

services/bandwidth/mysterium.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ docker:
2222
- "4449:4449"
2323
volumes:
2424
- "mysterium-data:/var/lib/mysterium-node"
25-
command: "service --agreed-terms-and-conditions"
25+
command: "--ui.address=0.0.0.0 --tequilapi.address=0.0.0.0 service --agreed-terms-and-conditions"
2626
network_mode: "host"
2727
cap_add: [NET_ADMIN]
2828
privileged: true

0 commit comments

Comments
 (0)