File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -468,7 +468,8 @@ The following configuration is available for the PiHole service.
468
468
- name: "Pi-hole"
469
469
logo: "assets/tools/sample.png"
470
470
# 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
472
473
apikey: "<---insert-api-key-here--->" # optional, needed if web interface is password protected
473
474
type: "PiHole"
474
475
apiVersion: 5 # optional, defaults to 5. Use 6 if your PiHole instance uses API v6
You can’t perform that action at this time.
0 commit comments