aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/customservices.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/customservices.md')
-rw-r--r--docs/customservices.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/customservices.md b/docs/customservices.md
index 665c6f5..ca88d85 100644
--- a/docs/customservices.md
+++ b/docs/customservices.md
@@ -33,6 +33,7 @@ within Homer:
33 - [SABnzbd](#sabnzbd) 33 - [SABnzbd](#sabnzbd)
34 - [OctoPrint](#octoprint) 34 - [OctoPrint](#octoprint)
35 - [Tdarr](#tdarr) 35 - [Tdarr](#tdarr)
36 - [Immich](#immich)
36 37
37If you experiencing any issue, please have a look to the [troubleshooting](troubleshooting.md) page. 38If you experiencing any issue, please have a look to the [troubleshooting](troubleshooting.md) page.
38 39
@@ -411,3 +412,14 @@ for transcoding on your Tdarr instance as well as the number of errored items.
411 type: "Tdarr" 412 type: "Tdarr"
412 checkInterval: 5000 # (Optional) Interval (in ms) for updating the queue & error counts 413 checkInterval: 5000 # (Optional) Interval (in ms) for updating the queue & error counts
413``` 414```
415
416## Immich
417
418The Immich service displays stats from your Immich server.
419
420```yaml
421- name: "Immich"
422 type: "Immich"
423 apikey: "<--- Your api key --->" # administrator user
424 updateInterval: 5000 # (Optional) Interval (in ms) for updating the stats
425``` \ No newline at end of file