miniflux: proxy images #3

Merged
eyjhb merged 1 commit from proxy_images into main 2025-01-09 19:52:09 +00:00
Showing only changes of commit baa7464e8c - Show all commits

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