From 8279af83708bb9c2583684180eefac09e3534246 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Sat, 14 Sep 2024 08:52:00 +0700 Subject: [PATCH] :wrench: use photoprism thumb unchached default --- machines/orbi/service-photoprism.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/orbi/service-photoprism.nix b/machines/orbi/service-photoprism.nix index e7ded27..d3f3a05 100644 --- a/machines/orbi/service-photoprism.nix +++ b/machines/orbi/service-photoprism.nix @@ -56,7 +56,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. + #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. }; };