mirror of
https://github.com/casjaysdevdocker/gitea
synced 2026-06-23 20:01:01 -04:00
✨ 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user