about summary refs log tree commit diff
path: root/bundles/immich/metadata.py
diff options
context:
space:
mode:
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",
+    },
 }