You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
defaultProxyProvider: defaultdocker:
local: # name of the docker target providerhost: unix:///var/run/docker.sock # host of the docker socket or daemontargetHostname: 172.31.0.1 # hostname or IP of docker serverdefaultProxyProvider: default # name of which proxy provider to uselists: {}tailscale:
providers:
default: # name of the providerauthKey: ""# optional, define authkey hereauthKeyFile: "/run/secrets/authkey"# optional, use this to load authkey from file. If this is defined, Authkey is ignoredcontrolUrl: https://controlplane.tailscale.com # use this to override the default control URLdataDir: /data/http:
hostname: 0.0.0.0port: 8080log:
level: info # set logging level info, error or tracejson: false # set to true to enable json loggingproxyAccessLog: true # set to true to enable container access log
defaultProxyProvider: defaultdocker:
local: # name of the docker target providerhost: unix:///var/run/docker.sock # host of the docker socket or daemontargetHostname: 172.31.0.1 # hostname or IP of docker serverdefaultProxyProvider: default # name of which proxy provider to usefiles: {}tailscale:
providers:
default: # name of the providerauthKey: ""# optional, define authkey hereauthKeyFile: "/run/secrets/authkey"# optional, use this to load authkey from file. If this is defined, Authkey is ignoredcontrolUrl: https://controlplane.tailscale.com # use this to override the default control URLdataDir: /data/http:
hostname: 0.0.0.0port: 8080log:
level: info # set logging level info, error or tracejson: false # set to true to enable json loggingproxyAccessLog: true # set to true to enable container access log
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Going off the getting-started guide, I get TSDProxy Stack running in Docker and active in my Tailnet.
The Dashboard shows both.

Unfortunately, when opening the browser, I'm not getting a certificate, but a HTTP 502 Bad Gateway error!
But via servname:ip the app is accessible.
What I'm a missing?
Container log
docker-stack.yml
/config/tsdproxy.yaml
All reactions