From 8c8e55df20803ede8db02ff1126f3b9b62f54947 Mon Sep 17 00:00:00 2001 From: Constantin Gierczak--Galle Date: Sun, 3 Nov 2024 16:46:51 +0100 Subject: [PATCH] fix: switch photos paths to default --- photoprism.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/photoprism.nix b/photoprism.nix index ffe7c26..40877a8 100644 --- a/photoprism.nix +++ b/photoprism.nix @@ -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";