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
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ in
|
|||
user = "git";
|
||||
lfs.enable = true;
|
||||
|
||||
useWizard = true;
|
||||
useWizard = false;
|
||||
disableRegistration = true;
|
||||
|
||||
# only send cookies via HTTPS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue