From 65a9aef0115fe729bca61b6ff5a66b058d7cd0dc Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 16 Jun 2021 21:00:05 +0200 Subject: [PATCH] Update to 2021-06-16 21:00 --- roles/gitea/templates/app.ini.j2 | 3 +++ 1 file changed, 3 insertions(+) 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