diff options
author | thedroid <andrew@thedrummonds.ky> | 2023-07-22 23:51:44 -0500 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2023-08-06 12:45:15 -0700 |
commit | b8e3f74e59db8c0d611f2b1e87a8bc46ac42d08e (patch) | |
tree | d8813edb29ab76ddecd21b56a3c83001e2ed2a00 /docs | |
parent | ce9d164dba3177af66408ad7fa67e2e6ea785de7 (diff) | |
download | homer-b8e3f74e59db8c0d611f2b1e87a8bc46ac42d08e.tar.gz homer-b8e3f74e59db8c0d611f2b1e87a8bc46ac42d08e.tar.zst homer-b8e3f74e59db8c0d611f2b1e87a8bc46ac42d08e.zip |
Add Immich custom service
Diffstat (limited to 'docs')
-rw-r--r-- | docs/customservices.md | 12 |
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 | ||
37 | If you experiencing any issue, please have a look to the [troubleshooting](troubleshooting.md) page. | 38 | If 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 | |||
418 | The 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 | ||