add: disable registration for gitea
This commit is contained in:
+3
-1
@@ -141,7 +141,7 @@ service:
|
||||
## @param service.ssh.loadBalancerClass Loadbalancer class
|
||||
ssh:
|
||||
type: NodePort
|
||||
port: 22
|
||||
port: 2222
|
||||
clusterIP: None
|
||||
loadBalancerIP:
|
||||
nodePort: 30005
|
||||
@@ -529,6 +529,8 @@ gitea:
|
||||
SSH_LISTEN_PORT: 2222 # rootless image
|
||||
ROOT_URL: https://git.tipsy.codes
|
||||
SSH_DOMAIN: git.tipsy.codes
|
||||
service:
|
||||
DISABLE_REGISTRATION: true
|
||||
#
|
||||
# security:
|
||||
# PASSWORD_COMPLEXITY: spec
|
||||
|
||||
Reference in New Issue
Block a user