From c4bd1598882fb7172a132fc51cbfa922b81c32a5 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Tue, 27 Aug 2024 17:03:22 +0200 Subject: [PATCH] configure photoprism --- machines/orbi/service-photoprism.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/orbi/service-photoprism.nix b/machines/orbi/service-photoprism.nix index f5aa5d8..b08b126 100644 --- a/machines/orbi/service-photoprism.nix +++ b/machines/orbi/service-photoprism.nix @@ -42,6 +42,7 @@ in PHOTOPRISM_SITE_URL = "http://photoprism.orbi.private:${toString photoprismPort}"; PHOTOPRISM_SITE_TITLE = "PhotoPrism"; PHOTOPRISM_UPLOAD_NSFW = "true"; + PHOTOPRISM_THUMB_UNCACHED = "false"; # https://docs.photoprism.app/user-guide/settings/advanced/#static-and-dynamic-size-limits < prevents thumbs from beeing wrong orientation, but takes time for photo import. }; };