miniflux: proxy all media
This commit is contained in:
parent
242fd429d8
commit
159c365382
1 changed files with 1 additions and 2 deletions
|
@ -19,12 +19,11 @@ in {
|
||||||
DISABLE_LOCAL_AUTH = "true";
|
DISABLE_LOCAL_AUTH = "true";
|
||||||
|
|
||||||
# use auth proxy
|
# use auth proxy
|
||||||
# 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
|
# For privacy, proxy images instead of hotlinking
|
||||||
MEDIA_PROXY_RESOURCE_TYPES = "image";
|
MEDIA_PROXY_RESOURCE_TYPES = "image,audio,video";
|
||||||
MEDIA_PROXY_MODE = "all";
|
MEDIA_PROXY_MODE = "all";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue