Disable registration in Gitea

Get rid of all the spam accounts they are trying to register.
This commit is contained in:
Rodrigo Arias 2025-06-16 15:55:53 +02:00
parent bcffa567b1
commit 0535d83bbb

View File

@ -12,6 +12,7 @@
};
metrics.ENABLED = true;
service = {
DISABLE_REGISTRATION = true;
REGISTER_MANUAL_CONFIRM = true;
ENABLE_NOTIFY_MAIL = true;
};