fix: switch photos paths to default

This commit is contained in:
Constantin Gierczak--Galle 2024-11-03 16:46:51 +01:00
parent 65e5526464
commit 8c8e55df20
No known key found for this signature in database

View file

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