R
Runtipi16mo ago
keywal

Pihole 403 Error on local_domain

Hi folks, Small issue with the Traefik labels on pihole. Issue: Error 403 Forbidden on https://pihole.${LOCAL_DOMAIN} Accessing on http://ip is working fine. Cause: '/admin' not added to the URL. If you use https://pihole.${LOCAL_DOMAIN}/admin you can get to the login screen. Suggest defining another middleware in the docker compose or globally in dynamic.yml Label: - "traefik.http.middlewares.pihole-admin.addprefix.prefix=/admin" Dynamic: http: middlewares: pihole-admin: addPrefix: prefix: "/admin"
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?