You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I put my pi-hole behind Traefik with a piece of middleware so my /admin is removed from the URL. This way, I access the dashboard via https://dns1.mydomain/ and https://dns2.mydomain/. I tried integrating both pi-hole's into HA and stumbled upon this issue.
Before trying something (I know some python to make a PR but have no idea how to patch a module which somehow lives inside HA), I open this issue just to check if this will be an acceptable solution. A code example is put here:
After digging through the source I noticed the the
/admin
is hard coded in the URL string.I put my pi-hole behind Traefik with a piece of middleware so my
/admin
is removed from the URL. This way, I access the dashboard viahttps://dns1.mydomain/
andhttps://dns2.mydomain/
. I tried integrating both pi-hole's into HA and stumbled upon this issue.Before trying something (I know some python to make a PR but have no idea how to patch a module which somehow lives inside HA), I open this issue just to check if this will be an acceptable solution. A code example is put here:
c1dbfa1...juriansluiman:patch-1
The text was updated successfully, but these errors were encountered: