diff --git a/roles/gitea/templates/app.ini.j2 b/roles/gitea/templates/app.ini.j2 index 65c58a1..91e5def 100644 --- a/roles/gitea/templates/app.ini.j2 +++ b/roles/gitea/templates/app.ini.j2 @@ -101,3 +101,6 @@ STARTUP_TIMEOUT = 300s [other] SHOW_FOOTER_VERSION = false + +[migrations] +ALLOW_LOCALNETWORKS = true