forgejo: set all repos to private but make instance public
All checks were successful
ansible-lint / gitleaks (push) Successful in 6s
ansible-lint / Ansible Lint (push) Successful in 29s

Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2024-12-30 21:42:08 +01:00
parent 50fcfc25af
commit 7732efe50c

View file

@ -101,17 +101,18 @@ gitea_password_check_pwn: false
gitea_internal_token: "{{ lookup('viczem.keepass.keepass', 'forgejo/forgejo_internal_token', 'password') }}" gitea_internal_token: "{{ lookup('viczem.keepass.keepass', 'forgejo/forgejo_internal_token', 'password') }}"
gitea_secret_key: "{{ lookup('viczem.keepass.keepass', 'forgejo/forgejo_secret_key', 'password') }}" gitea_secret_key: "{{ lookup('viczem.keepass.keepass', 'forgejo/forgejo_secret_key', 'password') }}"
# service # service
gitea_allow_only_external_registration: true
gitea_disable_registration: true gitea_disable_registration: true
gitea_register_email_confirm: true gitea_register_email_confirm: true
gitea_require_signin: true gitea_require_signin: false
gitea_default_keep_mail_private: true gitea_default_keep_mail_private: true
gitea_enable_captcha: false gitea_enable_captcha: false
gitea_show_registration_button: false gitea_show_registration_button: false
gitea_enable_notify_mail: true gitea_enable_notify_mail: true
gitea_default_user_visibility: "privat"
gitea_show_milestones_dashboard_page: false gitea_show_milestones_dashboard_page: false
gitea_default_allow_create_organization: true 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 gitea_default_user_is_restricted: false
# Mailer # Mailer
gitea_mailer_enabled: true gitea_mailer_enabled: true