services.wger: enables AUTH_PROXY_HEADER
This commit is contained in:
parent
94e08fd2f0
commit
5c47834299
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,11 @@ in {
|
||||||
# wger specific settings
|
# wger specific settings
|
||||||
wgerSettings = {
|
wgerSettings = {
|
||||||
EMAIL_FROM = "wger Workout Manager <wger@${svc_domain}>";
|
EMAIL_FROM = "wger Workout Manager <wger@${svc_domain}>";
|
||||||
|
|
||||||
|
# use authelia for authentication (disable guest users + regisration)
|
||||||
|
AUTH_PROXY_HEADER = config.mine.shared.lib.authelia.protectedHeaders.username;
|
||||||
|
ALLOW_GUEST_USERS = false;
|
||||||
|
ALLOW_REGISTRATION = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
# django specific settings
|
# django specific settings
|
||||||
|
|
Loading…
Reference in a new issue