disable gitea registration

This commit is contained in:
nicknase27
2026-07-25 23:46:17 +02:00
parent fe85efa90e
commit ea736b53e2
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -15,6 +15,9 @@
DOMAIN = "git.nicknase27.com";
ROOT_URL = "https://git.nicknase27.com";
};
service = {
DISABLE_REGISTRATION = true;
};
};
};