aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2022-07-11 22:07:15 +0200
committerBastien Wirtz <bastien.wirtz@gmail.com>2022-07-11 22:07:15 +0200
commitce391840e58d04f74ca1d411a4686801fc1a1a70 (patch)
treef4e460cf4348d618a0d5733d0cca19dd9d58463a /docs/configuration.md
parent5609315fe77da5441a9c3dda8d92c0ffe9f1bf17 (diff)
downloadhomer-ce391840e58d04f74ca1d411a4686801fc1a1a70.tar.gz
homer-ce391840e58d04f74ca1d411a4686801fc1a1a70.tar.zst
homer-ce391840e58d04f74ca1d411a4686801fc1a1a70.zip
Documentation update
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md27
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
155View [Custom Services](customservices.md) for details about all available custom services (like PiHole) and how to configure them. 155View **[Custom Services](customservices.md)** for details about all available custom services (like `PiHole`) and how to configure them.
156 156
157If 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)): 157If 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
183In 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: 183See icons documentation [here](https://github.com/bastienwirtz/homer/blob/main/public/assets/icons/README.md).
184
185```bash
186npx vue-pwa-asset-generator -a {your_512x512_source_png} -o {your_output_folder}
187```
188
189## Supported services
190
191Currently 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
202For Paperless you need an API-Key which you have to store at the item in the field `apikey`.
203
204### Mealie
205
206First 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.