diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2021-07-14 02:13:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-14 02:13:52 -0700 |
commit | f5b467f93349b326e832bcd92b29a854bb737c57 (patch) | |
tree | e21d14ffb74a4f00339f342690355c4c9c1543e0 /docs | |
parent | ded5228972356f2161152df097421c9f46c0a6e9 (diff) | |
parent | 24229b541181c8ef0813b015c5589e9a34269cb0 (diff) | |
download | homer-f5b467f93349b326e832bcd92b29a854bb737c57.tar.gz homer-f5b467f93349b326e832bcd92b29a854bb737c57.tar.zst homer-f5b467f93349b326e832bcd92b29a854bb737c57.zip |
Merge pull request #245 from boerniee/paperlessng-integration
Added paperless service
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration.md | 13 |
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 |
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 | ||