mirror of
https://framagit.org/YunoHost-Apps/gitea_ynh.git
synced 2024-12-03 16:26:53 +01:00
Disable reverse proxy authentication temporately
This commit is contained in:
parent
39be9a3b28
commit
77c36786f4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user