feat: enables HTTP_GIT for Forgejo for public users pulling

This commit is contained in:
Lewis Wynne 2026-04-07 12:33:00 +01:00
parent cbac009667
commit 9073f45dc3

View file

@ -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;