diff options
author | Andreas Waschinski <25221082+waschinski@users.noreply.github.com> | 2021-07-13 19:16:15 +0200 |
---|---|---|
committer | Andreas Waschinski <25221082+waschinski@users.noreply.github.com> | 2021-07-13 19:16:15 +0200 |
commit | c3878bca0bbaa2dd076ef83bf46a051139d67426 (patch) | |
tree | 82706e4e0cefaf912d15cbd75d4d0e11d0c04ac6 /docs | |
parent | 996011956b97566849167ccd6ec470ab38b0ec60 (diff) | |
download | homer-c3878bca0bbaa2dd076ef83bf46a051139d67426.tar.gz homer-c3878bca0bbaa2dd076ef83bf46a051139d67426.tar.zst homer-c3878bca0bbaa2dd076ef83bf46a051139d67426.zip |
Adding Mealie service
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index a472b41..dfe3761 100644 --- a/docs/configuration.md +++ b/docs/configuration.md | |||
@@ -167,3 +167,20 @@ 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 | - Mealie | ||
179 | |||
180 | ### Additional configuration | ||
181 | |||
182 | #### Paperless | ||
183 | For Paperless you need an API-Key which you have to store at the item in the field `apikey`. | ||
184 | |||
185 | #### Mealie | ||
186 | First off make sure to remove an existing `subtitle` as it will take precedence if set. Setting `type: "Mealie"` will then show the number of recipes Mealie is keeping organized. If you want the planned meal for today to be shown instead (and _only_ if one is planned of course) you will also have to set an API key in the field `apikey`. You can create such a key in your Mealie installation. | ||