forgejo: disable registration

users would be created with oauth
This commit is contained in:
Nico 2025-05-03 16:16:04 +10:00
parent 66f036aee3
commit f7357d75b9

View file

@ -16,6 +16,8 @@
# PROTOCOL = "https"; # PROTOCOL = "https";
HTTP_PORT = 3000; HTTP_PORT = 3000;
}; };
service.DISABLE_REGISTRATION = true;
}; };
}; };