1
0
Fork 0
mirror of https://github.com/bastienwirtz/homer.git synced 2026-01-23 02:15:09 +00:00

Add Immich custom service

This commit is contained in:
thedroid 2023-07-22 23:51:44 -05:00 committed by Bastien Wirtz
parent ce9d164dba
commit b8e3f74e59
2 changed files with 138 additions and 0 deletions

View 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
```