Add DEFAULT_FORK_REPO_UNITS — full feature set for forks too

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
This commit is contained in:
2026-06-05 16:49:07 -04:00
parent 85ccdabe5d
commit 51a57cfeb4
+1
View File
@@ -52,6 +52,7 @@ PREFERRED_LICENSES = MIT,Apache-2.0
DISABLE_HTTP_GIT = false DISABLE_HTTP_GIT = false
USE_COMPAT_SSH_URI = 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_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] [repository.local]
LOCAL_COPY_PATH = REPLACE_DATA_DIR/repositories/local LOCAL_COPY_PATH = REPLACE_DATA_DIR/repositories/local