From 3e85055af8ab280190c465eba1b066e7eb019431 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Thu, 9 Oct 2025 23:04:27 -0700 Subject: [PATCH] disable downloading repository archives -- hopefully this will help prevent server overload --- templates/etc/forgejo/app.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/etc/forgejo/app.ini b/templates/etc/forgejo/app.ini index 20f1195..ab6074d 100644 --- a/templates/etc/forgejo/app.ini +++ b/templates/etc/forgejo/app.ini @@ -5,6 +5,7 @@ WORK_PATH = /data/gitea [repository] ROOT = /data/git/repositories +DISABLE_DOWNLOAD_SOURCE_ARCHIVES = true [repository.local] LOCAL_COPY_PATH = /data/gitea/tmp/local-repo