forgejo: set all repos to private but make instance public
Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
50fcfc25af
commit
7732efe50c
1 changed files with 4 additions and 3 deletions
|
@ -101,17 +101,18 @@ gitea_password_check_pwn: false
|
|||
gitea_internal_token: "{{ lookup('viczem.keepass.keepass', 'forgejo/forgejo_internal_token', 'password') }}"
|
||||
gitea_secret_key: "{{ lookup('viczem.keepass.keepass', 'forgejo/forgejo_secret_key', 'password') }}"
|
||||
# service
|
||||
gitea_allow_only_external_registration: true
|
||||
gitea_disable_registration: true
|
||||
gitea_register_email_confirm: true
|
||||
gitea_require_signin: true
|
||||
gitea_require_signin: false
|
||||
gitea_default_keep_mail_private: true
|
||||
gitea_enable_captcha: false
|
||||
gitea_show_registration_button: false
|
||||
gitea_enable_notify_mail: true
|
||||
gitea_default_user_visibility: "privat"
|
||||
gitea_show_milestones_dashboard_page: false
|
||||
gitea_default_allow_create_organization: true
|
||||
gitea_default_org_visibility: "privat"
|
||||
gitea_default_org_visibility: "private"
|
||||
gitea_default_user_visibility: "private"
|
||||
gitea_default_user_is_restricted: false
|
||||
# Mailer
|
||||
gitea_mailer_enabled: true
|
||||
|
|
Loading…
Reference in a new issue