Adyanth Hosavalike
Adyanth Hosavalike
From the tailscale perspective, that would be it. As long as the admin panel shows it to be enabled, it is. When you say the client could not use the...
Hey @flargargoyl have you set up the [`traefik-container-manager-service`](https://github.com/adyanth/traefik-container-manager-service)? When the container is stopped, the service takes over listening to the traefik route (by listening to ``HostRegexp(`{host:.+}`)`` ), looks up the...
Ahh yes, that would do it. You can try keeping the custom page middleware after this one to see if that helps. For logs, the combination of traefik and the...
Can you please upload the yaml files or quote them using [code blocks](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks)? From your initial log: >today at 10:59:02 PMUsing name: nyc today at 10:59:02 PMmodem7/newyearcountdown:latest running That comes...
You also have whoami running right? Does it work as expected? Could you also share the logs from Traefik itself? The middleware logs are written to the traefik logs itself....
Can you please re pull and update the adyanth/traefik-container-manager-service image? It might not have been up to date with the repository. I just built/pushed it and tested it with the...
You do not need to add the dynamic config separately. The labels are all you need. The logs you shared do not show any activity after the services were stopped...
I'd recommend trying with this middleware as the first one in the chain (or the last one, won't hurt to try both) once the default configuration works for you.
> Homelab and autoupdate Haha, I'm in the same boat! Sure, do remember to reply here if you get it sorted, I'd like to know what it was. If you...
Hey @flargargoyl I remember using other middlewares along with this but it's been quite some time and I might be remembering it wrong. I will look into that when I...