forgejo: set anything to private, fucking scraper (#253)
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:
parent
e0f8219b8f
commit
e3f06f23e7
2 changed files with 7 additions and 4 deletions
|
@ -103,15 +103,15 @@ gitea_secret_key: "{{ lookup('viczem.keepass.keepass', 'forgejo/forgejo_secret_k
|
||||||
# service
|
# service
|
||||||
gitea_disable_registration: true
|
gitea_disable_registration: true
|
||||||
gitea_register_email_confirm: true
|
gitea_register_email_confirm: true
|
||||||
gitea_require_signin: false
|
gitea_require_signin: true
|
||||||
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: "public"
|
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: "public"
|
gitea_default_org_visibility: "privat"
|
||||||
gitea_default_user_is_restricted: false
|
gitea_default_user_is_restricted: false
|
||||||
# Mailer
|
# Mailer
|
||||||
gitea_mailer_enabled: true
|
gitea_mailer_enabled: true
|
||||||
|
|
|
@ -9,7 +9,10 @@
|
||||||
- postgresql
|
- postgresql
|
||||||
become: true
|
become: true
|
||||||
- role: roles-ansible.gitea
|
- role: roles-ansible.gitea
|
||||||
tags: "gitea"
|
tags:
|
||||||
|
- gitea
|
||||||
|
- git
|
||||||
|
- forgejo
|
||||||
become: true
|
become: true
|
||||||
- role: mgrote_gitea_setup
|
- role: mgrote_gitea_setup
|
||||||
tags: "setup"
|
tags: "setup"
|
||||||
|
|
Loading…
Reference in a new issue