diff options
Diffstat (limited to 'docs/configuration.md')
-rw-r--r-- | docs/configuration.md | 27 |
1 files changed, 2 insertions, 25 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index a4da08b..10edf71 100644 --- a/docs/configuration.md +++ b/docs/configuration.md | |||
@@ -152,7 +152,7 @@ services: | |||
152 | # background: red # optional color for card to set color directly without custom stylesheet | 152 | # background: red # optional color for card to set color directly without custom stylesheet |
153 | ``` | 153 | ``` |
154 | 154 | ||
155 | View [Custom Services](customservices.md) for details about all available custom services (like PiHole) and how to configure them. | 155 | View **[Custom Services](customservices.md)** for details about all available custom services (like `PiHole`) and how to configure them. |
156 | 156 | ||
157 | If you choose to fetch message information from an endpoint, the output format should be as follows (or you can [custom map fields as shown in tips-and-tricks](./tips-and-tricks.md#mapping-fields)): | 157 | If you choose to fetch message information from an endpoint, the output format should be as follows (or you can [custom map fields as shown in tips-and-tricks](./tips-and-tricks.md#mapping-fields)): |
158 | 158 | ||
@@ -180,27 +180,4 @@ You can read the [bulma modifiers page](https://bulma.io/documentation/modifiers | |||
180 | 180 | ||
181 | ## PWA Icons | 181 | ## PWA Icons |
182 | 182 | ||
183 | In order to easily generate all required icon preset for the PWA to work, a tool like [vue-pwa-asset-generator](https://www.npmjs.com/package/vue-pwa-asset-generator) can be used: | 183 | See icons documentation [here](https://github.com/bastienwirtz/homer/blob/main/public/assets/icons/README.md). |
184 | |||
185 | ```bash | ||
186 | npx vue-pwa-asset-generator -a {your_512x512_source_png} -o {your_output_folder} | ||
187 | ``` | ||
188 | |||
189 | ## Supported services | ||
190 | |||
191 | 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. | ||
192 | |||
193 | - PiHole | ||
194 | - AdGuardHome | ||
195 | - PaperlessNG | ||
196 | - Mealie | ||
197 | |||
198 | ## Additional configuration | ||
199 | |||
200 | ### Paperless | ||
201 | |||
202 | For Paperless you need an API-Key which you have to store at the item in the field `apikey`. | ||
203 | |||
204 | ### Mealie | ||
205 | |||
206 | 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 or the planned meal for today if one is planned. You will have to set an API key in the field `apikey` which can be created in your Mealie installation. | ||