diff --git a/machines/gerd/services/miniflux.nix b/machines/gerd/services/miniflux.nix index 1b77c5a..5c6ceaa 100644 --- a/machines/gerd/services/miniflux.nix +++ b/machines/gerd/services/miniflux.nix @@ -22,10 +22,6 @@ 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"; }; };