From 6716cb5ba8f65ac7dc64ae7bd93b9ea13d187bb5 Mon Sep 17 00:00:00 2001 From: S Date: Mon, 2 Mar 2026 19:12:44 -0500 Subject: [PATCH] fix: add migrations section to app.ini.tpl for local network allowance --- templates/app.ini.tpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/app.ini.tpl b/templates/app.ini.tpl index af7c27e..cffd4b2 100644 --- a/templates/app.ini.tpl +++ b/templates/app.ini.tpl @@ -46,5 +46,8 @@ LEVEL = info DEFAULT_THEME = gitea-auto SHOW_USER_EMAIL = false +[migrations] +ALLOW_LOCAL_NETWORKS = true + [mailer] ENABLED = false