From 9372a049c25048071f692ae2b45c504c2cee17ee Mon Sep 17 00:00:00 2001 From: Anton Iakimov Date: Thu, 29 Feb 2024 14:57:20 +0100 Subject: [PATCH] config: disable repo_archives We use gitea as a github archive and we also backup repos in restic. --- templates/gitea.ini.j2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/gitea.ini.j2 b/templates/gitea.ini.j2 index 177ace2..395ff92 100644 --- a/templates/gitea.ini.j2 +++ b/templates/gitea.ini.j2 @@ -78,3 +78,8 @@ JWT_SECRET = {{ gitea_app_jwt_secret | mandatory }} [packages] ENABLED=true + +[cron.delete_repo_archives] +ENABLED = true +RUN_AT_START = true +SCHEDULE = @midnight;