diff options
author | Floren Munteanu <fmunteanu@users.noreply.github.com> | 2023-02-19 15:18:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-19 12:18:56 -0800 |
commit | d362add383b622c4b941e8bdd02b741393c65bd0 (patch) | |
tree | 44d2e18100e760f3637d62aac2bb0fbddb0c0310 /docs | |
parent | dfde8ea89d02f59f5408585702c0f2cf3f94eac1 (diff) | |
download | homer-d362add383b622c4b941e8bdd02b741393c65bd0.tar.gz homer-d362add383b622c4b941e8bdd02b741393c65bd0.tar.zst homer-d362add383b622c4b941e8bdd02b741393c65bd0.zip |
Implement PiHole API token (#580)v23.02.2
Implement PiHole API token
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. |