feat(forgejo): disable sign ups

Gotta add some "mail this place to sign up" instead.
This commit is contained in:
buffet 2024-05-03 10:35:28 +02:00
parent e6272ebca0
commit 06360e6e37

View file

@ -30,7 +30,7 @@ in {
};
service = {
REGISTER_MANUAL_CONFIRM = true;
DISABLE_REGISTRATION = true;
ENABLE_NOTIFY_MAIL = true;
};