How to expose Traefik Dashboard to Tailscale or Internet?
Greetings! Following the example in the docs, I successfully exposed the Traefik Dashboard on port 8080.
However, unlike an app installed from the App Store, I cannot access the Traffik Dashboard using either the Tailscale client installed on the same host as Runtipi or via a hostname on the Internet. (Which presumably would need to be configured within the Traefik Dashboard. If I already had learned how).
Attempting to access using Tailscale https://[hostname,IP address] results in a 404.
How do I expose the Traffik Dashboard to my Tailnet or as a hostname in the external domain? Thanks!!!
2 Replies
you'll have to add (via user-config in the tipi-compose.yml) additional labels with routers etc zu expose it. something like here
https://dev.to/karvounis/advanced-traefik-configuration-tutorial-tls-dashboard-ping-metrics-authentication-and-more-4doh
the relevant code is beneath
Configuration changes traefik service:
DEV Community
Advanced Traefik configuration tutorial - TLS, dashboard, ping, met...
Introduction This tutorial is the second part of the Traefik series. The first part can be...
Appreciate the pointer. That's quite some set of instructions to digest.