From c0fd7ea3ac88fcbb6e923afb7decccc1602cc6b3 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 26 Mar 2023 14:47:30 +0100 Subject: [PATCH] Allow imports from local IPs Namely from other git servers on my network --- ansible/roles/gitea/files/app.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible/roles/gitea/files/app.ini b/ansible/roles/gitea/files/app.ini index 26adbb6..f25b5a1 100644 --- a/ansible/roles/gitea/files/app.ini +++ b/ansible/roles/gitea/files/app.ini @@ -107,3 +107,6 @@ ENABLED = true [actions] ENABLED = true DEFAULT_ACTIONS_URL = https://gitea.theorangeone.net + +[migrations] +ALLOW_LOCALNETWORKS = true