1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_playbook_servers.git synced 2024-09-14 19:53:56 +02:00

tweak more gitea features

This commit is contained in:
L3D 2023-02-01 01:16:59 +01:00
parent 562e4ce07a
commit 5a537ecae1
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -232,6 +232,9 @@ gitea_other_show_footer_template_load_time: false
gitea_customize_logo: true
gitea_customize_footer: true
gitea_enable_cors: true
gitea_default_repo_units: 'repo.code,repo.releases,repo.pulls'
gitea_disabled_repo_units: 'repo.wiki,repo.ext_wiki,repo.projects'
gitea_enable_push_create_user: true
# gitea secrets
gitea_disable_git_hooks: "{{ _gitea_disable_git_hooks }}"