add immich to NAS

This commit is contained in:
fuckwit 2025-01-24 10:20:37 +01:00
parent 677ecfbb3c
commit c0915335ce

View File

@ -284,6 +284,10 @@ in {
subdomain = "photoprism"; subdomain = "photoprism";
port = 2342; port = 2342;
} }
{
subdomain = "immich";
port = 2283;
}
]; ];
}; };
@ -341,6 +345,12 @@ in {
}; };
}; };
immich = {
enable = true;
mediaLocation = "/tank/images/immich";
settings.server.externalDomain = "https://immich.fuckwit.dev";
};
homepage-dashboard = { homepage-dashboard = {
enable = true; enable = true;