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:
parent
ce9d164dba
commit
b8e3f74e59
2 changed files with 138 additions and 0 deletions
|
|
@ -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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue