mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 07:33:36 +01:00
Pi-Hole Redirect Set Up? #45
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tatnism on GitHub (Mar 5, 2025).
I have godoxy setup and running, other Docker works great. But for the life of me can't get Pi-Hole to rewrite or redirect to the /admin page. I could set it up to navigate to https://pihole.domain.com, Pi-Hole needs to navigate to https://pihole.domain.com/admin, when I do the rewrite, it would not resolve due to too many redirects. I have my Docker Compose for Pi-Hole here, any pointer would be greatly appreciated.
I can do it with Nginx Proxy Manager with "rewrite ^/$ /admin permanent;".
@yusing commented on GitHub (Mar 5, 2025):
I know the current rules syntax is not ideal and confusing, example below anyways:
@tatnism commented on GitHub (Mar 5, 2025):
Amazing, it is working. Thank you very much!