aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/configuration.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md22
1 files changed, 21 insertions, 1 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index a472b41..68711ec 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -7,7 +7,7 @@ Title, icons, links, colors, and services can be configured in the `config.yml`
7# Homepage configuration 7# Homepage configuration
8# See https://fontawesome.com/icons for icons options 8# See https://fontawesome.com/icons for icons options
9 9
10# Optional: Use external configuration file. 10# Optional: Use external configuration file.
11# Using this will ignore remaining config in this file 11# Using this will ignore remaining config in this file
12# externalConfig: https://example.com/server-luci/config.yaml 12# externalConfig: https://example.com/server-luci/config.yaml
13 13
@@ -136,6 +136,9 @@ services:
136 # background: red # optional color for card to set color directly without custom stylesheet 136 # background: red # optional color for card to set color directly without custom stylesheet
137``` 137```
138 138
139
140View [Custom Services](customservices.md) for details about all available custom services (like PiHole) and how to configure them.
141
139If 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)): 142If 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)):
140 143
141```json 144```json
@@ -167,3 +170,20 @@ In order to easily generate all required icon preset for the PWA to work, a tool
167```bash 170```bash
168npx vue-pwa-asset-generator -a {your_512x512_source_png} -o {your_output_folder} 171npx vue-pwa-asset-generator -a {your_512x512_source_png} -o {your_output_folder}
169``` 172```
173
174### Supported services
175
176Currently 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.
177
178- PiHole
179- AdGuardHome
180- PaperlessNG
181- Mealie
182
183### Additional configuration
184
185#### Paperless
186For Paperless you need an API-Key which you have to store at the item in the field `apikey`.
187
188#### Mealie
189First 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.