From 36fc6edc20b4f3f204f136de33a276934203929c Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 23 Feb 2026 14:26:40 +0100 Subject: immich: * MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- bundles/immich/metadata.py | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'bundles/immich/metadata.py') diff --git a/bundles/immich/metadata.py b/bundles/immich/metadata.py index 30b9eb3..7bb5d0b 100644 --- a/bundles/immich/metadata.py +++ b/bundles/immich/metadata.py @@ -6,14 +6,23 @@ defaults = { "/var/lib/immich/app/profile", "/var/lib/immich/app/upload", # "/media/hayasui/media/pictures", - } + }, + "excludes": { + "/var/lib/immich/app/encoded-video", + "/var/lib/immich/app/thumbs", + }, }, "containers": { "immich": { "version": "2.4.1", }, }, - # "metrics": { - # "immich": {}, - # }, + "metrics": { + "immich-api": {}, + "immich-svc": {}, + }, + "go": { + "immich": "https://photos.gzr.im", + "photos": "https://photos.gzr.im", + }, } -- cgit 1.4.1