From 5a537ecae158f42f5f0a387e8fa93b6f1d480d2f Mon Sep 17 00:00:00 2001 From: L3D Date: Wed, 1 Feb 2023 01:16:59 +0100 Subject: [PATCH] tweak more gitea features --- host_vars/web01.l3d.space/vars.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/host_vars/web01.l3d.space/vars.yml b/host_vars/web01.l3d.space/vars.yml index 94cd012..fcc0831 100644 --- a/host_vars/web01.l3d.space/vars.yml +++ b/host_vars/web01.l3d.space/vars.yml @@ -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 }}"