miniflux: proxy all media

This commit is contained in:
eyjhb 2025-01-09 20:55:45 +01:00
parent 242fd429d8
commit 159c365382
No known key found for this signature in database
GPG key ID: 609F508E3239F920

View file

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