1
0
Fork 0

Disable registration for Forgejo

oopsies
This commit is contained in:
Avery 2025-06-21 19:49:46 +00:00
parent 9171cc6ba8
commit b9b4c22aa0
Signed by: Avery
GPG key ID: B684FD451B692E04

View file

@ -34,6 +34,10 @@ in {
DISABLE_SSH = true; DISABLE_SSH = true;
LFS_START_SERVER = true; LFS_START_SERVER = true;
}; };
service = {
DISABLE_REGISTRATION = true;
REGISTER_MANUAL_CONFIRM = true;
};
security = { INSTALL_LOCK = true; }; security = { INSTALL_LOCK = true; };
}; };
}; };