forgejo: set anything to private, fucking scraper (#253)
All checks were successful
ansible-lint / gitleaks (push) Successful in 7s
ansible-lint / Ansible Lint (push) Successful in 44s

Reviewed-on: #253
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2024-11-25 19:59:54 +01:00 committed by Michael Grote
parent e0f8219b8f
commit e3f06f23e7
2 changed files with 7 additions and 4 deletions

View file

@ -103,15 +103,15 @@ gitea_secret_key: "{{ lookup('viczem.keepass.keepass', 'forgejo/forgejo_secret_k
# service
gitea_disable_registration: true
gitea_register_email_confirm: true
gitea_require_signin: false
gitea_require_signin: true
gitea_default_keep_mail_private: true
gitea_enable_captcha: false
gitea_show_registration_button: false
gitea_enable_notify_mail: true
gitea_default_user_visibility: "public"
gitea_default_user_visibility: "privat"
gitea_show_milestones_dashboard_page: false
gitea_default_allow_create_organization: true
gitea_default_org_visibility: "public"
gitea_default_org_visibility: "privat"
gitea_default_user_is_restricted: false
# Mailer
gitea_mailer_enabled: true

View file

@ -9,7 +9,10 @@
- postgresql
become: true
- role: roles-ansible.gitea
tags: "gitea"
tags:
- gitea
- git
- forgejo
become: true
- role: mgrote_gitea_setup
tags: "setup"