feat: disable user registration in Gitea service configuration
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
36db36a20d
commit
3c5682916e
@ -530,6 +530,8 @@ gitea:
|
|||||||
server:
|
server:
|
||||||
SSH_PORT: 22 # rootful image
|
SSH_PORT: 22 # rootful image
|
||||||
SSH_LISTEN_PORT: 2222 # rootless image
|
SSH_LISTEN_PORT: 2222 # rootless image
|
||||||
|
service:
|
||||||
|
DISABLE_REGISTRATION: "true"
|
||||||
#
|
#
|
||||||
# security:
|
# security:
|
||||||
# PASSWORD_COMPLEXITY: spec
|
# PASSWORD_COMPLEXITY: spec
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user