diff options
| author | Robert Günzler <r@gnzler.io> | 2026-02-23 14:26:40 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-02-23 14:26:40 +0100 |
| commit | 36fc6edc20b4f3f204f136de33a276934203929c (patch) | |
| tree | e6ff4a2077a94b12cdae42f28d1c432d8bf8929b /bundles/immich/metadata.py | |
| parent | dbbc98cb1da7ba305d6bf76ddb065b1e461e2d90 (diff) | |
immich: *
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bundles/immich/metadata.py')
| -rw-r--r-- | bundles/immich/metadata.py | 17 |
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", + }, } |