I will give this a shot! Thank you for the help. I will report back, in hopes that between your knowledge and my fumbles that someone else too can learn from this!
Comment on Traefik and external services
IHawkMike@lemmy.world 4 months agoI think you’re close.
You need to change service: pihole-rtr
to service: pihole-svc
.
Do I have to redefine all of the same information I did in my Traefik yml but in this separate config.yml?
No, you just need to reference it like you have. Define once, reference many.
Hellmo_Luciferrari@lemm.ee 4 months ago
Hellmo_Luciferrari@lemm.ee 4 months ago
I hate to report back, but something isn’t quite working for pihole behind Traefik.
running “docker logs traefik” returns no error, and yet no certificate was presented to my pihole.
Not sure what else I might be missing or that I might have wrong.
IHawkMike@lemmy.world 4 months ago
Can you see the router and service in the Traefik dashboard and do they show any errors there?
Hellmo_Luciferrari@lemm.ee 4 months ago
Shows in traefik, no errors there.
IHawkMike@lemmy.world 4 months ago
If you’re sure you’ve got a DNS entry for the Pihole FQDN pointing at Traefik, open the dev panel in your browser (F12), switch it to the Network tab, and visit the pihole URL.
See if you get anything back and especially take note of the HTTP status codes.