about summary refs log tree commit diff
path: root/bundles/immich/metadata.py
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2026-02-23 14:26:40 +0100
committerRobert Günzler <r@gnzler.io>2026-02-23 14:26:40 +0100
commit36fc6edc20b4f3f204f136de33a276934203929c (patch)
treee6ff4a2077a94b12cdae42f28d1c432d8bf8929b /bundles/immich/metadata.py
parentdbbc98cb1da7ba305d6bf76ddb065b1e461e2d90 (diff)
immich: *
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bundles/immich/metadata.py')
-rw-r--r--bundles/immich/metadata.py17
1 files changed, 13 insertions, 4 deletions
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",
+    },
 }