From de98cb5a29c80035dd5fcd9dee8f09713fb4b502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E9=B3=B3=E9=A7=BF?= Date: Sun, 4 May 2025 22:51:48 +0800 Subject: [PATCH] docs: configure Pi-Hole v6 API with URL that ends with admin --- docs/customservices.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/customservices.md b/docs/customservices.md index ac77ba3..c1f0812 100644 --- a/docs/customservices.md +++ b/docs/customservices.md @@ -468,7 +468,8 @@ The following configuration is available for the PiHole service. - name: "Pi-hole" logo: "assets/tools/sample.png" # subtitle: "Network-wide Ad Blocking" # optional, if no subtitle is defined, PiHole statistics will be shown - url: "http://192.168.0.151/admin" # For v6 API, do not include /admin in the URL + url: "http://192.168.0.151/admin" + # endpoint: "http://192.168.0.151" # optional, For v6 API, this is the base URL used to fetch Pi-hole data overwriting the url apikey: "<---insert-api-key-here--->" # optional, needed if web interface is password protected type: "PiHole" apiVersion: 5 # optional, defaults to 5. Use 6 if your PiHole instance uses API v6