[NixOS] Attempt to disable registration in gitea
This commit is contained in:
@@ -8,6 +8,10 @@ makeEnable config "myModules.gitea" false {
|
|||||||
enable = true;
|
enable = true;
|
||||||
interval = "23:05";
|
interval = "23:05";
|
||||||
};
|
};
|
||||||
|
disableRegistration = true;
|
||||||
|
settings.service = {
|
||||||
|
DISABLE_REGISTRATION = true;
|
||||||
|
};
|
||||||
settings.server = {
|
settings.server = {
|
||||||
DOMAIN = "dev.railbird.ai";
|
DOMAIN = "dev.railbird.ai";
|
||||||
SSH_PORT = 1123;
|
SSH_PORT = 1123;
|
||||||
|
|||||||
Reference in New Issue
Block a user