add immich to NAS
This commit is contained in:
parent
677ecfbb3c
commit
c0915335ce
@ -284,6 +284,10 @@ in {
|
||||
subdomain = "photoprism";
|
||||
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 = {
|
||||
enable = true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user