miniflux: proxy images

This commit is contained in:
Rasmus Rendal 2025-01-09 18:24:32 +01:00
parent 8695f46699
commit baa7464e8c

View file

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