Disable reverse proxy authentication temporately

This commit is contained in:
Josué Tille 2024-01-25 00:16:19 +01:00
parent 39be9a3b28
commit 77c36786f4
No known key found for this signature in database
GPG Key ID: 5F259226AD51F2F5

View File

@ -58,8 +58,10 @@ ENABLE_NOTIFY_MAIL = true
DISABLE_REGISTRATION = true
ENABLE_CAPTCHA = false
REQUIRE_SIGNIN_VIEW = false
ENABLE_REVERSE_PROXY_AUTHENTICATION = true
ENABLE_REVERSE_PROXY_AUTO_REGISTRATION = true
# reverse proxy authentication disabled until https://github.com/go-gitea/gitea/pull/18452 is merged
# as it broke completely the LDAP sync
ENABLE_REVERSE_PROXY_AUTHENTICATION = false
ENABLE_REVERSE_PROXY_AUTO_REGISTRATION = false
[picture]
AVATAR_UPLOAD_PATH = __DATA_DIR__/data/avatars