fix: disable gitea registration

This commit is contained in:
Bladesy 2024-12-18 21:34:29 +00:00
parent 33719aee21
commit 5491683867

View File

@ -196,8 +196,10 @@
};
gitea = {
enable = true;
useWizard = true;
appName = "Gitea";
settings = {
service.DISABLE_REGISTRATION = true;
server = {
DOMAIN = "gitea.dylanblades.com";
ROOT_URL = "https://gitea.dylanblades.com/";