feat(immich): Add immich service
This commit is contained in:
parent
8d0be61483
commit
913944cff3
3 changed files with 71 additions and 0 deletions
configuration/services/metrics
|
@ -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" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue