fix(gitea): disabel registartion

This commit is contained in:
Giulio De Pasquale 2025-06-04 13:19:59 +01:00
parent 2afe7dc76c
commit 60c447024d

View File

@ -42,6 +42,10 @@ in
SSH_PORT = 22;
HTTP_PORT = 3001;
};
service = {
DISABLE_REGISTRATION = true;
};
};
};