aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorboerniee <bernhard.grosser@gmail.com>2021-06-23 17:06:19 +0200
committerboerniee <bernhard.grosser@gmail.com>2021-06-23 17:06:19 +0200
commit24229b541181c8ef0813b015c5589e9a34269cb0 (patch)
tree973eda65e5b1b4590df6a7b2fc09dddff810b064 /docs/configuration.md
parent996011956b97566849167ccd6ec470ab38b0ec60 (diff)
downloadhomer-24229b541181c8ef0813b015c5589e9a34269cb0.tar.gz
homer-24229b541181c8ef0813b015c5589e9a34269cb0.tar.zst
homer-24229b541181c8ef0813b015c5589e9a34269cb0.zip
Added paperless service with documentation
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index a472b41..ce36c51 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -167,3 +167,16 @@ In order to easily generate all required icon preset for the PWA to work, a tool
167```bash 167```bash
168npx vue-pwa-asset-generator -a {your_512x512_source_png} -o {your_output_folder} 168npx vue-pwa-asset-generator -a {your_512x512_source_png} -o {your_output_folder}
169``` 169```
170
171### Supported services
172
173Currently 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
182For Paperless you need an API-Key which you have to store at the item in the field `apikey`. \ No newline at end of file