From 9d30eef8de36070344fc9ffe8e1d65ef509d9853 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Wed, 10 Apr 2024 20:30:49 +0200 Subject: [PATCH] forgejo: disable repo-archives --- group_vars/git.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/group_vars/git.yml b/group_vars/git.yml index 123da216..f36f34af 100644 --- a/group_vars/git.yml +++ b/group_vars/git.yml @@ -128,6 +128,9 @@ gitea_extra_config: | ; für Import/Migration aus anderen Git-Systemen [migrations] ALLOWED_DOMAINS = * + ; disabled; see: https://github.com/go-gitea/gitea/issues/25992 + [repo-archive] + ENABLED = false # oauth2 gitea_oauth2_jwt_secret: "{{ lookup('keepass', 'forgejo_oauth2_jwt_secret', 'password') }}" # Fail2Ban configuration