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