From b8e3f74e59db8c0d611f2b1e87a8bc46ac42d08e Mon Sep 17 00:00:00 2001 From: thedroid Date: Sat, 22 Jul 2023 23:51:44 -0500 Subject: Add Immich custom service --- docs/customservices.md | 12 ++++ src/components/services/Immich.vue | 126 +++++++++++++++++++++++++++++++++++++ 2 files changed, 138 insertions(+) create mode 100644 src/components/services/Immich.vue 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: - [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 diff --git a/src/components/services/Immich.vue b/src/components/services/Immich.vue new file mode 100644 index 0000000..e86ecd6 --- /dev/null +++ b/src/components/services/Immich.vue @@ -0,0 +1,126 @@ + + + + + \ No newline at end of file -- cgit v1.2.3