From 51a57cfeb4afb3dff7c5115d40f9b5e9fb8f11b9 Mon Sep 17 00:00:00 2001 From: casjay Date: Fri, 5 Jun 2026 16:49:07 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20DEFAULT=5FFORK=5FREPO=5FUNITS?= =?UTF-8?q?=20=E2=80=94=20full=20feature=20set=20for=20forks=20too=20?= =?UTF-8?q?=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Forks should get the same full set of units as new repos since the intent is a full GitHub migration. Matches DEFAULT_REPO_UNITS exactly. - rootfs/tmp/etc/gitea/app.ini: add DEFAULT_FORK_REPO_UNITS with all units rootfs/tmp/etc/gitea/app.ini --- rootfs/tmp/etc/gitea/app.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/rootfs/tmp/etc/gitea/app.ini b/rootfs/tmp/etc/gitea/app.ini index 5af3171..9816631 100644 --- a/rootfs/tmp/etc/gitea/app.ini +++ b/rootfs/tmp/etc/gitea/app.ini @@ -52,6 +52,7 @@ PREFERRED_LICENSES = MIT,Apache-2.0 DISABLE_HTTP_GIT = false USE_COMPAT_SSH_URI = false DEFAULT_REPO_UNITS = repo.code,repo.releases,repo.issues,repo.pulls,repo.wiki,repo.projects,repo.packages,repo.actions +DEFAULT_FORK_REPO_UNITS = repo.code,repo.releases,repo.issues,repo.pulls,repo.wiki,repo.projects,repo.packages,repo.actions ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [repository.local] LOCAL_COPY_PATH = REPLACE_DATA_DIR/repositories/local