diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-12-09 15:16:19 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-09 15:16:19 -0800 |
commit | 16a86df3e4d03ae38a8c30c1235d079a1756e866 (patch) | |
tree | c9bf975a580b932c308455b5e7eff40dfb11ea0a /docs | |
parent | 71a7d3cce4f94ffe51e6fbfbcfb1140594db06db (diff) | |
parent | 4ce53b68ea7143433bac39aa955a49981ceb6536 (diff) | |
download | homer-16a86df3e4d03ae38a8c30c1235d079a1756e866.tar.gz homer-16a86df3e4d03ae38a8c30c1235d079a1756e866.tar.zst homer-16a86df3e4d03ae38a8c30c1235d079a1756e866.zip |
Merge pull request #169 from bramceulemans/extended-pihole-component
Added extended PiHole statistics
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index 681d62a..a43d7f1 100644 --- a/docs/configuration.md +++ b/docs/configuration.md | |||
@@ -109,7 +109,7 @@ services: | |||
109 | items: | 109 | items: |
110 | - name: "Pi-hole" | 110 | - name: "Pi-hole" |
111 | logo: "assets/tools/sample.png" | 111 | logo: "assets/tools/sample.png" |
112 | subtitle: "Network-wide Ad Blocking" | 112 | # subtitle: "Network-wide Ad Blocking" # optional, if no subtitle is defined, PiHole statistics will be shown |
113 | tag: "other" | 113 | tag: "other" |
114 | url: "http://192.168.0.151/admin" | 114 | url: "http://192.168.0.151/admin" |
115 | type: "PiHole" # optional, loads a specific component that provides extra features. MUST MATCH a file name (without file extension) available in `src/components/services` | 115 | type: "PiHole" # optional, loads a specific component that provides extra features. MUST MATCH a file name (without file extension) available in `src/components/services` |