diff --git a/playbooks/roles/gitea/templates/app.ini.j2 b/playbooks/roles/gitea/templates/app.ini.j2 index 5b4c468985..c6e97d19c8 100644 --- a/playbooks/roles/gitea/templates/app.ini.j2 +++ b/playbooks/roles/gitea/templates/app.ini.j2 @@ -33,6 +33,7 @@ LOG_SQL = false ROOT = /data/git/repositories DISABLED_REPO_UNITS = repo.issues,repo.pulls,repo.wiki,repo.projects DISABLE_STARS = true +DISABLE_MIGRATIONS = true [git] ; Implemented in 1.16 but broke older git clients. Now expected to work @@ -40,6 +41,9 @@ DISABLE_STARS = true ; to true again. DISABLE_PARTIAL_CLONE = false +[federation] +ENABLED = false + [packages] ENABLED = false