]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - docs/customservices.md
Add Immich custom service
[github/bastienwirtz/homer.git] / docs / customservices.md
index 665c6f59ada4feac28fd9995324de22d70364bae..ca88d853b43d83e595faaae57178b339a8abc9b9 100644 (file)
@@ -33,6 +33,7 @@ within Homer:
   - [SABnzbd](#sabnzbd)
   - [OctoPrint](#octoprint)
   - [Tdarr](#tdarr)
+  - [Immich](#immich)
 
 If you experiencing any issue, please have a look to the [troubleshooting](troubleshooting.md) page.
 
@@ -411,3 +412,14 @@ for transcoding on your Tdarr instance as well as the number of errored items.
   type: "Tdarr"
   checkInterval: 5000 # (Optional) Interval (in ms) for updating the queue & error counts
 ```
+
+## Immich
+
+The Immich service displays stats from your Immich server.
+
+```yaml
+- name: "Immich"
+  type: "Immich"
+  apikey: "<--- Your api key --->" # administrator user
+  updateInterval: 5000 # (Optional) Interval (in ms) for updating the stats
+```
\ No newline at end of file