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.
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:Jump to 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...
15 Replies
Thank you for submitting a support request.
Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
!qa required_data
Thank you for your question. Our support team has noted that your request does not meet the minimum required data so we are unable to answer your question.
Please provide:
- your Homarr logs
- your setup configuration (eg. docker compose, docker run, helm chart, screenshot, ...)
- A detailed description of your problem or question with additional images where necessary
- Your operating system
- Version of Homarr (do not say latest! say 0.15.2, ...)
Failure to comply with this will result in a permanent closure of your support request.
What is the base url of your pi-hole integration? Does it end with
/admin
, if so remove this and it will work. Otherwise add more details@Meierschlumpf tried what you said it's not working without either
You've changed the port, no?
Above it was 8082 and now it is7879?
I wondered that also but its still 8082, no idea where other port numbers came from
Is it possible that the above error is from another integration?
8082 is the pihole port
nvm I did not see that it can be expanded, sorry
As there is no more error in the logs, does it work now? Can you save the integration or not? Does it show an error in the UI?
Cannot save the intergration this is GUI error
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.
Can you post a screenshot?
I could but looks like I have more going on here than just the homarr error, my server just went offline got it booted again but its far from ok, I do have an image of the system but as its a fairly old one it maybe time to install all fresh again, if I still have that problem after I will come back.
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
Okay nice, I'll mark it as solution 👍🏽