diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/customservices.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/customservices.md b/docs/customservices.md index b28f399..31d302b 100644 --- a/docs/customservices.md +++ b/docs/customservices.md | |||
@@ -58,9 +58,13 @@ The following configuration is available for the PiHole service. | |||
58 | logo: "assets/tools/sample.png" | 58 | logo: "assets/tools/sample.png" |
59 | # subtitle: "Network-wide Ad Blocking" # optional, if no subtitle is defined, PiHole statistics will be shown | 59 | # subtitle: "Network-wide Ad Blocking" # optional, if no subtitle is defined, PiHole statistics will be shown |
60 | url: "http://192.168.0.151/admin" | 60 | url: "http://192.168.0.151/admin" |
61 | apikey: "<---insert-api-key-here--->" # optional, needed if web interface is password protected | ||
61 | type: "PiHole" | 62 | type: "PiHole" |
62 | ``` | 63 | ``` |
63 | 64 | ||
65 | **Remarks:** | ||
66 | If PiHole web interface is password protected, obtain the `apikey` from Settings > API/Web interface > Show API token. | ||
67 | |||
64 | ## OpenWeatherMap | 68 | ## OpenWeatherMap |
65 | 69 | ||
66 | Using the OpenWeatherMap service you can display weather information about a given location. | 70 | Using the OpenWeatherMap service you can display weather information about a given location. |