Added Immich service

This commit is contained in:
pazpi 2025-03-30 11:39:17 +02:00
parent feef193d6e
commit 18021fb910
7 changed files with 147 additions and 0 deletions

View file

@ -33,6 +33,7 @@ in
"nextcloud"
"portainer"
"vaultwarden"
"immich"
];
};
@ -134,6 +135,15 @@ in
];
};
immich.deployment = {
targetHost = hosts.immich;
tags = [
"lxc"
"bacco"
"immich"
];
};
deadbeef.deployment = {
allowLocalDeployment = true;
targetHost = null;