diff options
Diffstat (limited to 'docs/customservices.md')
-rw-r--r-- | docs/customservices.md | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/docs/customservices.md b/docs/customservices.md index ca88d85..cb897a2 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 | - [PiAlert](#pialert) | ||
36 | - [Immich](#immich) | 37 | - [Immich](#immich) |
37 | 38 | ||
38 | If you experiencing any issue, please have a look to the [troubleshooting](troubleshooting.md) page. | 39 | If you experiencing any issue, please have a look to the [troubleshooting](troubleshooting.md) page. |
@@ -413,6 +414,16 @@ for transcoding on your Tdarr instance as well as the number of errored items. | |||
413 | checkInterval: 5000 # (Optional) Interval (in ms) for updating the queue & error counts | 414 | checkInterval: 5000 # (Optional) Interval (in ms) for updating the queue & error counts |
414 | ``` | 415 | ``` |
415 | 416 | ||
417 | ## PiAlert | ||
418 | |||
419 | The PiAlert service displays stats from your PiAlert server. | ||
420 | |||
421 | ```yaml | ||
422 | - name: "PiAlert" | ||
423 | type: "PiAlert" | ||
424 | updateInterval: 5000 # (Optional) Interval (in ms) for updating the stats | ||
425 | ``` | ||
426 | |||
416 | ## Immich | 427 | ## Immich |
417 | 428 | ||
418 | The Immich service displays stats from your Immich server. | 429 | The Immich service displays stats from your Immich server. |
@@ -422,4 +433,4 @@ The Immich service displays stats from your Immich server. | |||
422 | type: "Immich" | 433 | type: "Immich" |
423 | apikey: "<--- Your api key --->" # administrator user | 434 | apikey: "<--- Your api key --->" # administrator user |
424 | updateInterval: 5000 # (Optional) Interval (in ms) for updating the stats | 435 | updateInterval: 5000 # (Optional) Interval (in ms) for updating the stats |
425 | ``` \ No newline at end of file | 436 | ``` |