mirror of
https://github.com/YunoHost-Apps/gitea_ynh.git
synced 2024-09-03 20:36:22 +02:00
Disable reverse proxy authentication temporately
This commit is contained in:
parent
39be9a3b28
commit
77c36786f4
1 changed files with 4 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue