Compare commits
3 commits
proxy_imag
...
main
Author | SHA1 | Date | |
---|---|---|---|
|
f9df7a63c5 | ||
|
159c365382 | ||
242fd429d8 |
2 changed files with 1 additions and 3 deletions
|
@ -56,7 +56,6 @@ in {
|
|||
max_upload_size = max_upload_size;
|
||||
|
||||
# only authenticated media
|
||||
# TODO: Should default to true at some point
|
||||
enable_authenticated_media = true;
|
||||
|
||||
# retentien policies
|
||||
|
|
|
@ -19,12 +19,11 @@ in {
|
|||
DISABLE_LOCAL_AUTH = "true";
|
||||
|
||||
# use auth proxy
|
||||
# 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_RESOURCE_TYPES = "image,audio,video";
|
||||
MEDIA_PROXY_MODE = "all";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue