add immich to NAS
This commit is contained in:
parent
677ecfbb3c
commit
c0915335ce
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user