Merge "Disable unused gitea features"

This commit is contained in:
Zuul 2023-01-23 19:04:56 +00:00 committed by Gerrit Code Review
commit a22ef22fd2

View File

@ -33,6 +33,7 @@ LOG_SQL = false
ROOT = /data/git/repositories ROOT = /data/git/repositories
DISABLED_REPO_UNITS = repo.issues,repo.pulls,repo.wiki,repo.projects DISABLED_REPO_UNITS = repo.issues,repo.pulls,repo.wiki,repo.projects
DISABLE_STARS = true DISABLE_STARS = true
DISABLE_MIGRATIONS = true
[git] [git]
; Implemented in 1.16 but broke older git clients. Now expected to work ; Implemented in 1.16 but broke older git clients. Now expected to work
@ -40,6 +41,9 @@ DISABLE_STARS = true
; to true again. ; to true again.
DISABLE_PARTIAL_CLONE = false DISABLE_PARTIAL_CLONE = false
[federation]
ENABLED = false
[packages] [packages]
ENABLED = false ENABLED = false