Dashboard
Dashboard in docker
TSDProxy docker compose
Update docker-compose.yml with the following:
/config/tsdproxy.yaml
labels:
- tsdproxy.enable=true
- tsdproxy.name=dash
Restart TSDProxy
docker compose restart
Standalone
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.yaml
Add Dashboard entry on your Proxy List file
/config/proxies.yaml
dash:
url: http://127.0.0.1:8080
Test Dashboard access
curl https://dash.FUNNY-NAME.ts.net
Note
Note that you need to replace FUNNY-NAME
with the name of your network.
Last updated on