From d15ebb9d09a8462897b2a30cccc2f89105c2f3fd Mon Sep 17 00:00:00 2001 From: Molham Al Nasr Date: Wed, 9 Apr 2025 12:01:06 +0200 Subject: [PATCH] Markdown-linter hates the trailing-spaces. avoid warnings in editors --- docs/customservices.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/customservices.md b/docs/customservices.md index 2423738..a92b8af 100644 --- a/docs/customservices.md +++ b/docs/customservices.md @@ -228,7 +228,7 @@ To enable cors on HomeAssistant, edit your `configuration.yml` and add the IP of ## Immich -The Immich service displays stats from your Immich server. +The Immich service displays stats from your Immich server. The Immich server must be running at least version 1.118.0 for the correct api endpoint to work. ```yaml @@ -282,10 +282,10 @@ If you are using an older version of Radarr or Sonarr which don't support the ne ## Linkding -This integration makes it possible to query Linkding and list multiple results from Linkding. -Linkding has to be configured with CORS enabled. Linkding does not support that, but a reverse proxy in front can fix that. -For example if you use Traefik, documentation about that is here: https://doc.traefik.io/traefik/middlewares/http/headers/#cors-headers -Examples for various servers can be found at https://enable-cors.org/server.html. +This integration makes it possible to query Linkding and list multiple results from Linkding. +Linkding has to be configured with CORS enabled. Linkding does not support that, but a reverse proxy in front can fix that. +For example if you use Traefik, documentation about that is here: https://doc.traefik.io/traefik/middlewares/http/headers/#cors-headers +Examples for various servers can be found at https://enable-cors.org/server.html. This integration supports at max 15 results from Linkding. But you can add it multiple times to you dashboard with different queries to retrieve what you need. @@ -315,8 +315,8 @@ shows if Matrix Server is online, offline ## Mealie -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 +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. The API page can be found: Click on hamburger menu -> Click on your profile -> Click on "Manage your API Tokens" ```yaml