This commit is contained in:
@@ -7,14 +7,14 @@ gitea_data_dir: /var/lib/gitea
|
||||
# use the default SSH server for git operations, not Gitea's built-in one
|
||||
gitea_ssh_port: 22
|
||||
gitea_user: git
|
||||
gitea_start_ssh: False
|
||||
gitea_start_ssh: false
|
||||
|
||||
gitea_disable_registration: True
|
||||
gitea_show_registration_button: False
|
||||
gitea_require_signin: False
|
||||
gitea_disable_registration: true
|
||||
gitea_show_registration_button: false
|
||||
gitea_require_signin: false
|
||||
|
||||
gitea_enable_push_create_org: True
|
||||
gitea_enable_push_create_user: True
|
||||
gitea_enable_push_create_org: true
|
||||
gitea_enable_push_create_user: true
|
||||
|
||||
# Apache reverse proxy config
|
||||
apache_mods_enabled_gitea:
|
||||
|
||||
Reference in New Issue
Block a user