services: gitea: do not use wizard

Instead you should temporarily enable registrations, and then disable
them right afterwards.
This commit is contained in:
Bruno BELANYI 2021-02-08 10:47:05 +00:00
parent 8e90c4f864
commit 9177ea0946

View file

@ -28,7 +28,7 @@ in
user = "git";
lfs.enable = true;
useWizard = true;
useWizard = false;
disableRegistration = true;
# only send cookies via HTTPS