Skip to content

Commit 517de68

Browse files
eoleedibastienwirtz
authored andcommitted
docs: configure Pi-Hole v6 API with URL that ends with admin
1 parent 1afa0af commit 517de68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/customservices.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,8 @@ The following configuration is available for the PiHole service.
468468
- name: "Pi-hole"
469469
logo: "assets/tools/sample.png"
470470
# subtitle: "Network-wide Ad Blocking" # optional, if no subtitle is defined, PiHole statistics will be shown
471-
url: "http://192.168.0.151/admin" # For v6 API, do not include /admin in the URL
471+
url: "http://192.168.0.151/admin"
472+
# endpoint: "http://192.168.0.151" # optional, For v6 API, this is the base URL used to fetch Pi-hole data overwriting the url
472473
apikey: "<---insert-api-key-here--->" # optional, needed if web interface is password protected
473474
type: "PiHole"
474475
apiVersion: 5 # optional, defaults to 5. Use 6 if your PiHole instance uses API v6

0 commit comments

Comments
 (0)