pihole integration
Pi-hole 6.1.2
Homarr 1.24.0
Both running in docker on fedora server 42
Having a problem with pihole integrations getting the following error I did also notice after setting api in pihole it said logout to use think that is what it said anyway, but no longer a logout option in pihole, so i restarted its container but no change. I also don't know where this came from in the below URL /api/auth my URL ends in admin
Received unexpected 400 (Bad request) response from http:// 192.168.1.106:8082/admin/api/auth. Please verify that the URL is pointing to the base URL of the integration.
Homarr 1.24.0
Both running in docker on fedora server 42
Having a problem with pihole integrations getting the following error I did also notice after setting api in pihole it said logout to use think that is what it said anyway, but no longer a logout option in pihole, so i restarted its container but no change. I also don't know where this came from in the below URL /api/auth my URL ends in admin
Received unexpected 400 (Bad request) response from http:// 192.168.1.106:8082/admin/api/auth. Please verify that the URL is pointing to the base URL of the integration.
Solution
@MeierschlumpfJust thought I would pop in to let you know I have sorted the PIHole integration, turns out it was not a homarr problem it was pihole and a change to the following compose line
FTLCONF_WEBSERVER_API_PASSWORD=${WEBPASSWORD}
Changed from the above to
FTLCONF_webserver_api_password: ${WEBPASSWORD}
lower case is now required in some of this line the above line was from my old compose file and I had no idea it had been changed
Hope this helps anyone else who has got or will get this problem
FTLCONF_WEBSERVER_API_PASSWORD=${WEBPASSWORD}
Changed from the above to
FTLCONF_webserver_api_password: ${WEBPASSWORD}
lower case is now required in some of this line the above line was from my old compose file and I had no idea it had been changed
Hope this helps anyone else who has got or will get this problem