miniflux: proxy images
This commit is contained in:
parent
8695f46699
commit
baa7464e8c
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@ in {
|
||||||
# TODO: This should be configureable
|
# TODO: This should be configureable
|
||||||
AUTH_PROXY_HEADER = config.mine.shared.lib.authelia.protectedHeaders.username;
|
AUTH_PROXY_HEADER = config.mine.shared.lib.authelia.protectedHeaders.username;
|
||||||
AUTH_PROXY_USER_CREATION = "true";
|
AUTH_PROXY_USER_CREATION = "true";
|
||||||
|
|
||||||
|
# For privacy, proxy images instead of hotlinking
|
||||||
|
MEDIA_PROXY_RESOURCE_TYPES = "image";
|
||||||
|
MEDIA_PROXY_MODE = "all";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue