aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/customservices.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/customservices.md')
-rw-r--r--docs/customservices.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/customservices.md b/docs/customservices.md
index 3f14f8c..c9ce093 100644
--- a/docs/customservices.md
+++ b/docs/customservices.md
@@ -19,6 +19,7 @@ within Homer:
19+ [Emby / Jellyfin](#emby--jellyfin) 19+ [Emby / Jellyfin](#emby--jellyfin)
20+ [Uptime Kuma](#uptime-kuma) 20+ [Uptime Kuma](#uptime-kuma)
21+ [Tautulli](#tautulli) 21+ [Tautulli](#tautulli)
22+ [Mealie](#mealie)
22+ [Healthchecks](#healthchecks) 23+ [Healthchecks](#healthchecks)
23 24
24If you experiencing any issue, please have a look to the [troubleshooting](troubleshooting.md) page. 25If you experiencing any issue, please have a look to the [troubleshooting](troubleshooting.md) page.
@@ -225,6 +226,11 @@ endpoint pointing to Tautulli!
225 apikey: "MY-SUPER-SECRET-API-KEY" 226 apikey: "MY-SUPER-SECRET-API-KEY"
226``` 227```
227 228
229## Mealie
230
231First off make sure to remove an existing `subtitle` as it will take precedence if set.
232Setting `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.
233
228## Healthchecks 234## Healthchecks
229 235
230This service displays information about the configured status checks from the Healthchecks application. 236This service displays information about the configured status checks from the Healthchecks application.