services.wger: enables AUTH_PROXY_HEADER

This commit is contained in:
eyjhb 2025-01-02 17:21:48 +01:00
parent 94e08fd2f0
commit 5c47834299
No known key found for this signature in database
GPG key ID: 609F508E3239F920

View file

@ -19,6 +19,11 @@ in {
# wger specific settings
wgerSettings = {
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