From baa7464e8c1bad075bcb8396fe423853c605d1d7 Mon Sep 17 00:00:00 2001 From: Rasmus Rendal Date: Thu, 9 Jan 2025 18:24:32 +0100 Subject: [PATCH] miniflux: proxy images --- machines/gerd/services/miniflux.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/machines/gerd/services/miniflux.nix b/machines/gerd/services/miniflux.nix index 5c6ceaa..1b77c5a 100644 --- a/machines/gerd/services/miniflux.nix +++ b/machines/gerd/services/miniflux.nix @@ -22,6 +22,10 @@ in { # TODO: This should be configureable AUTH_PROXY_HEADER = config.mine.shared.lib.authelia.protectedHeaders.username; AUTH_PROXY_USER_CREATION = "true"; + + # For privacy, proxy images instead of hotlinking + MEDIA_PROXY_RESOURCE_TYPES = "image"; + MEDIA_PROXY_MODE = "all"; }; }; -- 2.47.0