services: gitea: do not use wizard
Instead you should temporarily enable registrations, and then disable them right afterwards.
This commit is contained in:
parent
8e90c4f864
commit
9177ea0946
|
@ -28,7 +28,7 @@ in
|
||||||
user = "git";
|
user = "git";
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
|
|
||||||
useWizard = true;
|
useWizard = false;
|
||||||
disableRegistration = true;
|
disableRegistration = true;
|
||||||
|
|
||||||
# only send cookies via HTTPS
|
# only send cookies via HTTPS
|
||||||
|
|
Loading…
Reference in a new issue