Compare commits

..

No commits in common. "9a153603ee8e37e41e09474c45925f684def7934" and "65e5526464222fc8ada4239b90d40f52fc40b7b8" have entirely different histories.

View file

@ -3,16 +3,15 @@
{
services.photoprism = {
enable = true;
port = 2342;
#default port: 2342
settings = {
PHOTOPRISM_DEFAULT_LOCALE = "fr";
PHOTOPRISM_ADMIN_USERNAME = "admin";
PHOHOPRISM_SITE_URL = "https://photoprism.cgiga.fr";
PHOTOPRISM_SITE_CAPTION = "PhotoPrism";
};
originalsPath = "/data/photos";
#importPath = "/photoprism/imports";
originalsPath = "/photoprism/photos";
importPath = "/photoprism/imports";
address = "localhost";