diff --git a/machines/gerd/services/miniflux.nix b/machines/gerd/services/miniflux.nix index 1b77c5a..4f5c985 100644 --- a/machines/gerd/services/miniflux.nix +++ b/machines/gerd/services/miniflux.nix @@ -19,12 +19,11 @@ in { DISABLE_LOCAL_AUTH = "true"; # use auth proxy - # 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_RESOURCE_TYPES = "image,audio,video"; MEDIA_PROXY_MODE = "all"; }; };