H
Homarr3mo ago
Webdoc

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.
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...
Jump to solution
15 Replies
Cakey Bot
Cakey Bot3mo ago
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?
Manicraft1001
Manicraft10013mo ago
!qa required_data
Cakey Bot
Cakey Bot3mo ago
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.
Meierschlumpf
Meierschlumpf3mo ago
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
Webdoc
WebdocOP3mo ago
@Meierschlumpf tried what you said it's not working without either
Meierschlumpf
Meierschlumpf3mo ago
You've changed the port, no? Above it was 8082 and now it is7879?
Webdoc
WebdocOP3mo ago
I wondered that also but its still 8082, no idea where other port numbers came from
Meierschlumpf
Meierschlumpf3mo ago
Is it possible that the above error is from another integration?
Webdoc
WebdocOP3mo ago
8082 is the pihole port
Meierschlumpf
Meierschlumpf3mo ago
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?
Webdoc
WebdocOP3mo ago
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.
Meierschlumpf
Meierschlumpf3mo ago
Can you post a screenshot?
Webdoc
WebdocOP3mo ago
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
Webdoc
Webdoc4w ago
@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
Meierschlumpf
Meierschlumpf4w ago
Okay nice, I'll mark it as solution 👍🏽

Did you find this page helpful?