From 4ee7f5b5a178f643b76874eaa2b4368417d6d6b4 Mon Sep 17 00:00:00 2001 From: drew Date: Mon, 19 Jan 2026 03:47:49 +0000 Subject: [PATCH] feat: Enable Push Create --- apps/gitea/compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/gitea/compose.yaml b/apps/gitea/compose.yaml index d13a06f..b61287e 100644 --- a/apps/gitea/compose.yaml +++ b/apps/gitea/compose.yaml @@ -15,6 +15,8 @@ services: - GITEA__server__SSH_PORT=22 - GITEA__server__SSH_LISTEN_PORT=2222 - GITEA__server__ROOT_URL=https://git.davisdre.com/ + - GITEA__repository__ENABLE_PUSH_CREATE_USER=true + - GITEA__repository__ENABLE_PUSH_CREATE_ORG=true networks: - db_network - web_gateway