Disable wizard on Gitea
This commit is contained in:
parent
11166198f6
commit
d8b415ee16
|
@ -18,8 +18,12 @@
|
||||||
disableRegistration = true;
|
disableRegistration = true;
|
||||||
repositoryRoot = "/vault/git";
|
repositoryRoot = "/vault/git";
|
||||||
dump.enable = true;
|
dump.enable = true;
|
||||||
useWizard = true;
|
useWizard = false;
|
||||||
appName = "Gitea";
|
appName = "Gitea";
|
||||||
|
extraConfig = ''
|
||||||
|
LFS_START_SERVER = true
|
||||||
|
LFS_HTTP_AUTH_EXPIRY = 60m
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue