Disable Gitea Registration

Manually add users for now (maybe a module to make all users of the ws
have a gitea account)
master
David Crompton 2023-10-26 14:12:14 -04:00
parent c7702d4533
commit 075e6b35cf
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ in {
actions = { actions = {
ENABLED = true; ENABLED = true;
}; };
service.DISABLE_REGISTRATION = true;
}; };
}; };