Disable wizard on Gitea

This commit is contained in:
coolneng 2019-12-15 21:37:19 +01:00
parent 11166198f6
commit d8b415ee16
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 5 additions and 1 deletions

View File

@ -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
'';
}; };
} }