Hi, I'm trying unsuccessfully to configure the traefik dashboard in secure mode. I tried to follow the doc and a tutorial on the traefik blog, but I still couldn't solve it.
the page appears with ssl certificate active, but has the message: "404 page not found"
I'm facing the same problem and from what I have found on the forum so far, I'd say that it's because the labels in the docker-compose.yml are not part of the dynamic configuration, but of the static configuration.
The dashboard router configuration needs to be part of the dynamic configuration, though. So you'd probably have to configure it via a traefik.toml or traefik.yml by activating the file provider and adding the correct volume.
This needs confirmation, though!
It'd be really convenient if one could configure the dashboard router via the labels in the docker-compose.yml.
Actually, service labels in docker-compose are a way to provide a dynamic configuration to traefik.
The static configuration can be expressed using arguments to traefik or by using a traefik.toml of traefik.yml file.
Routers configuration are part of the dynamic configuration, thus you need to provide (via the use of a provider) some kind of dynamic configuration to traefik.
Despite the fact that the trailing slash is mandatory in the examples given in the documentation, they have not been included. This can cause confusion and increase questions on the forum.
I made a pull request about adjusting this in the documentation
I got confused here, sorry. I thought that the api and dashboard pointed to the same place and from there I saw the endpoints, but the api in this case is itself "# /http/services", for example, correct?