From 9789abcbe3afbe81eeb4c336bca1997fc29be222 Mon Sep 17 00:00:00 2001 From: jad0s Date: Wed, 13 May 2026 14:07:30 +0200 Subject: [PATCH] fix(forgejo): enable git http so argocd can monitor the git repository over http --- manifests/forgejo/configmap.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/forgejo/configmap.yaml b/manifests/forgejo/configmap.yaml index 42be5ba..c796b34 100644 --- a/manifests/forgejo/configmap.yaml +++ b/manifests/forgejo/configmap.yaml @@ -9,7 +9,6 @@ data: DISABLE_REGISTRATION = false REGISTER_MANUAL_CONFIRM = true REQUIRE_SIGNIN_VIEW = false - DISABLE_GIT_HTTP = true [server] DISABLE_SSH = false