fix: disable gitea registration
This commit is contained in:
parent
33719aee21
commit
5491683867
@ -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/";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user