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";