diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2021-07-14 15:48:57 +0200 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2021-07-14 15:48:57 +0200 |
commit | 92d899bd4809183f1cd1cec302d66fa32461aac5 (patch) | |
tree | 0ebdcd845d7ea88d61c1893821c1b2a12a280a9b /docs/configuration.md | |
parent | c06c0cdf9bbdc98f71dadb5edcc015926ba878e4 (diff) | |
download | homer-92d899bd4809183f1cd1cec302d66fa32461aac5.tar.gz homer-92d899bd4809183f1cd1cec302d66fa32461aac5.tar.zst homer-92d899bd4809183f1cd1cec302d66fa32461aac5.zip |
regroup service documentation
Diffstat (limited to 'docs/configuration.md')
-rw-r--r-- | docs/configuration.md | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index ce36c51..a472b41 100644 --- a/docs/configuration.md +++ b/docs/configuration.md | |||
@@ -167,16 +167,3 @@ In order to easily generate all required icon preset for the PWA to work, a tool | |||
167 | ```bash | 167 | ```bash |
168 | npx vue-pwa-asset-generator -a {your_512x512_source_png} -o {your_output_folder} | 168 | npx vue-pwa-asset-generator -a {your_512x512_source_png} -o {your_output_folder} |
169 | ``` | 169 | ``` |
170 | |||
171 | ### Supported services | ||
172 | |||
173 | Currently the following services are supported for showing quick infos on the card. They can be used by setting the type to one of the following values at the item. | ||
174 | |||
175 | - PiHole | ||
176 | - AdGuardHome | ||
177 | - PaperlessNG | ||
178 | |||
179 | ### Additional configuration | ||
180 | |||
181 | #### Paperless | ||
182 | For Paperless you need an API-Key which you have to store at the item in the field `apikey`. \ No newline at end of file | ||