feat(immich): Add immich service

This commit is contained in:
Tristan Daniël Maat 2025-05-23 11:40:19 +08:00
parent 8d0be61483
commit 913944cff3
Signed by: tlater
GPG key ID: 49670FD774E43268
3 changed files with 71 additions and 0 deletions
configuration/services/metrics

View file

@ -84,6 +84,11 @@ in
in
[ "${address}:${toString port}" ];
immich.targets = [
"127.0.0.1:8081"
"127.0.0.1:8082"
];
# Configured in the hookshot listeners, but it's hard to filter
# the correct values out of that config.
matrixHookshot.targets = [ "127.0.0.1:9001" ];