Revert "Disable wizard on Gitea"

This reverts commit d8b415ee16.
This commit is contained in:
coolneng 2019-12-15 22:54:00 +01:00
parent ccd3744d0c
commit 4e8a67a391
Signed by: coolneng
GPG Key ID: 9893DA236405AF57

View File

@ -19,12 +19,8 @@
disableRegistration = true;
repositoryRoot = "/vault/git";
dump.enable = true;
useWizard = false;
useWizard = true;
appName = "Gitea";
extraConfig = ''
LFS_START_SERVER = true
LFS_HTTP_AUTH_EXPIRY = 60m
'';
};
}