-
DescriptionCannot connect to a pihole v6 instance with current docker head version v0.10.9: I cloned the current homepage git head branch and used the same config in a vs-code test environment and it's working. homepage versionv0.10.9 (b5f4daa, Jan 6, 2025) Installation methodDocker Configuration- Pi-hole:
href: http://192.168.1XX.XX:8080/admin
description: Pi-hole
icon: si-pihole-#96060C
widget:
type: pihole
url: http://192.168.1XX.XX:8080/
version: 6
key: 4HSXXX/Xkk= Container LogsDebug log level is active but not providing more details Browser LogsNone TroubleshootingCurl connection test in docker container: /app/config # ping 192.168.1XX.XX
PING 192.168.188.10 (192.168.1XX.XX): 56 data bytes
64 bytes from 192.168.1XX.XX: seq=0 ttl=61 time=42.240 ms
64 bytes from 192.168.1XX.XX: seq=1 ttl=61 time=40.015 ms
^C
--- 192.168.188.10 ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 40.015/41.127/42.240 ms
/app/config # cat ./piholev6-test.sh
curl -k -X POST "http://192.168.1XX.XX:8080/api/auth" --data '{"password":"4HSXXX/Xkk="}'
/app/config # ./piholev6-test.sh
{"session":{"valid":true,"totp":false,"sid":"D0egeCV9p4jbp02zKfauRA=","csrf":"VsQ8uhyPhUy2C55EsIwn5g=","validity":1800,"message":"password correct"},"took":0.708918809890747}/app/config # ``` |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Pi-hole v6 support was merged literally a year ago, and has been in many releases: #3207 Please follow all of the steps of the troubleshooting guide as the template suggests, and post the output, I suspect you will get to the bottom of the issue on your own. |
Beta Was this translation helpful? Give feedback.
-
OMG found it. Its always the lamer sitting in front of the keyboard ... Root cause was the trailing slash in the widget url: http://192.168.1XX.XX:8080/ Sorry! |
Beta Was this translation helpful? Give feedback.
Pi-hole v6 support was merged literally a year ago, and has been in many releases: #3207
Please follow all of the steps of the troubleshooting guide as the template suggests, and post the output, I suspect you will get to the bottom of the issue on your own.