gitea: set webhook.ALLOWED_HOST_LIST = * as default
This commit is contained in:
parent
750c7f134a
commit
148b35726f
@ -64,6 +64,8 @@ gitea_default_values:
|
||||
ROOT_URL: "https://{{ gitea_short_name}}.{{ domain }}"
|
||||
service:
|
||||
DISABLE_REGISTRATION: true
|
||||
webhook:
|
||||
ALLOWED_HOST_LIST: "*"
|
||||
mailer:
|
||||
ENABLED: "true"
|
||||
HOST: "{{ mail_short_name | default('mail') }}.{{ mail_domain | default(domain) }}:465"
|
||||
|
Loading…
Reference in New Issue
Block a user