work on photoprism

This commit is contained in:
chaos 2024-12-16 14:47:50 +00:00
parent 733df37946
commit e9894086e6

View file

@ -47,7 +47,9 @@ in {
services.photoprism = { services.photoprism = {
enable = true; enable = true;
originalsPath = "/Photos"; originalsPath = "/Photos";
address = "https://photoprism.owo.monster"; config = {
PHOTOPRISM_SITE_URL = "https://photoprism.owo.monster";
};
}; };
services.nginx.virtualHosts."photoprism.owo.monster" = { services.nginx.virtualHosts."photoprism.owo.monster" = {