Secure mode (with Dynamic Configuration)
How to configure Traefik’s dynamic configuration? Read
more
<DOMAIN_FOR_TRAEFIK>
, <GENERATED_USERNAME>
, and <GENERATED_PASSWORD>
with your own values.
You can reach the dashboard by visiting http://<DOMAIN_FOR_TRAEFIK>/dashboard/#/
.
How to generate user/password?
You can generate one with the htpasswd command:Insecure Mode (Not Recommended)
If you want to enable the dashboard in insecure mode (without a password), all you need to do is go to the proxy configurations view and change theinsecure
setting to true
, then restart the proxy..