How can I access pihole web interface without having to use /admin?

The issue I am facing:
having to use /admin to access web interface

Details about my system:

What I have changed since installing Pi-hole:
Nothing

I access pihole using local domain defined in pihole itself with ip pointing to traefik which routes to pihole running in docker over https connection.

if there is a traefik way of getting rid of /admin that would be even better.

I was able to get this to work using these traefik labels in pihole container stack file.

        - traefik.http.middlewares.add-admin-prefix.addprefix.prefix=/admin
        - traefik.http.routers.pihole-https.middlewares=add-admin-prefix@docker

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.