From 9073f45dc344813ecedc0aa9157d3816b0e63f09 Mon Sep 17 00:00:00 2001 From: lew Date: Tue, 7 Apr 2026 12:33:00 +0100 Subject: [PATCH] feat: enables HTTP_GIT for Forgejo for public users pulling --- hosts/lab/forgejo.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/lab/forgejo.nix b/hosts/lab/forgejo.nix index 1fcf379..982b571 100644 --- a/hosts/lab/forgejo.nix +++ b/hosts/lab/forgejo.nix @@ -29,7 +29,7 @@ in START_SSH_SERVER = true; SSH_PORT = 4201; SSH_LISTEN_PORT = 4201; - DISABLE_HTTP_GIT = true; + DISABLE_HTTP_GIT = false; }; service = { DISABLE_REGISTRATION = true;