Compare commits

..

2 commits

Author SHA1 Message Date
242fd429d8 Merge pull request 'miniflux: proxy images' (#3) from proxy_images into main
Reviewed-on: #3
2025-01-09 19:52:08 +00:00
baa7464e8c miniflux: proxy images 2025-01-09 18:24:32 +01:00

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