fix: disable gitea registration
This commit is contained in:
parent
33719aee21
commit
5491683867
@ -196,8 +196,10 @@
|
|||||||
};
|
};
|
||||||
gitea = {
|
gitea = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
useWizard = true;
|
||||||
appName = "Gitea";
|
appName = "Gitea";
|
||||||
settings = {
|
settings = {
|
||||||
|
service.DISABLE_REGISTRATION = true;
|
||||||
server = {
|
server = {
|
||||||
DOMAIN = "gitea.dylanblades.com";
|
DOMAIN = "gitea.dylanblades.com";
|
||||||
ROOT_URL = "https://gitea.dylanblades.com/";
|
ROOT_URL = "https://gitea.dylanblades.com/";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user