From d136df1bacc6941334e80cc2a3e3b6f5d4a3912d Mon Sep 17 00:00:00 2001 From: JoFo <72133036+JoFo-IT@users.noreply.github.com> Date: Sun, 25 Jul 2021 00:25:12 +0200 Subject: [PATCH] Add DEFAULT_PRIVATE Fix: DEFAULT_PRIVATE #49 --> https://github.com/roles-ansible/ansible_role_gitea/issues/49#issue-952155695 --- templates/gitea.ini.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/gitea.ini.j2 b/templates/gitea.ini.j2 index e07704f..b322dff 100644 --- a/templates/gitea.ini.j2 +++ b/templates/gitea.ini.j2 @@ -18,6 +18,7 @@ FORCE_PRIVATE = {{ gitea_force_private | ternary('true', 'false') }} MAX_CREATION_LIMIT = {{ gitea_user_repo_limit }} DISABLE_HTTP_GIT = {{ gitea_disable_http_git | ternary('true', 'false') }} DEFAULT_BRANCH = {{ gitea_default_branch }} +DEFAULT_PRIVATE = {{ gitea_default_private }} {{ gitea_repository_extra_config }} ; [repository.upload]