As spelled out in the title.
I am running Traefik in a Docker container (Intel NUC / Proxmox / Virtual Machine: Running Docker). I am leveraging the config from TechoTim's You Tube tutorial video for Traefik V3 from earlier this year.
Traefik logs show no errors and I'm leveraging the production link for Let's Encrypt.
When I enter the URL for the Traefik admin dashboard into any browser (have tried multiple), Let's Encrypt Delivers a valid certificate (Let's Encrypt vs. Traefik certificate) however the page delivers a "404 Page not found" message.
Separate from the Intel NUC running the Traefik container (but on the same network and VLAN), I am running Pihole on a Raspberry Pi 3B, with Unbound DNS and Wireguard VPN.
When I run dig "1.1.1.1" on the Docker VM the Pihole/Unbound DNS resolves the request because I have the Pihole set as the Custom DNS in my router (Ubiquiti UDM-Pro).
I am by no means an expert with Traefik nor at network configuration, however believe from what I have researched I should be able to maintain the network configuration (Traefik in Docker container, Pihole/Unbound DNS on bare metal RPi3B) I have in my network and be able to leverage Traefik and access my services externally from my network while I am away from the network.
I am not clear on whether I need to make a configuration change in the Traefik configs, Pihole or my UDM-P router. I have seen recommendations about port forwarding, but do not think this is the solution (but would be happy to be proven wrong!). I do know that both Traefik and Pihole both use port :80 so one of the two applications must have a different port, for example :8080 vs. :80.
I attempted this approach however, this did not result in the Traefik Dashboard to be accessible vs. the "404 Page not found."
One note, at this time I would prefer not to host Pihole in a Docker container, but will entertain it if it is determined as the only path - I have seen several posts on the Traefik support topics addressing this set-up, however would prefer to preserve / maintain the hardware and software configuration I have between Traefik on the Intel NUC and Pihole on the RPI3B.
I would appreciate guidance from the Traefik support team and community to solve this. I am really interested to use Traefik and I think my set up is likely very common and could help many others.
Thanks,
Potos