Dashboard
Dashboard in docker
TSDProxy docker compose
Update docker-compose.yml with the following:
/config/tsdproxy.yaml
labels:
- tsdproxy.enable=true
- tsdproxy.name=dashRestart TSDProxy
docker compose restartStandalone
Configure with a Proxy List provider
Configure a new files provider or configure it in any existing files provider.
/config/tsdproxy.yaml
files:
proxies:
filename: /config/proxies.yamlAdd Dashboard entry on your Proxy List file
/config/proxies.yaml
dash:
url: http://127.0.0.1:8080Test Dashboard access
curl https://dash.FUNNY-NAME.ts.netNote
Note that you need to replace FUNNY-NAME with the name of your network.
Last updated on