gitea: set webhook.ALLOWED_HOST_LIST = * as default

This commit is contained in:
ace 2022-03-12 14:11:52 +03:00
parent 750c7f134a
commit 148b35726f
No known key found for this signature in database
GPG Key ID: 2E47CC17BA7F8CF0

View File

@ -64,6 +64,8 @@ gitea_default_values:
ROOT_URL: "https://{{ gitea_short_name}}.{{ domain }}" ROOT_URL: "https://{{ gitea_short_name}}.{{ domain }}"
service: service:
DISABLE_REGISTRATION: true DISABLE_REGISTRATION: true
webhook:
ALLOWED_HOST_LIST: "*"
mailer: mailer:
ENABLED: "true" ENABLED: "true"
HOST: "{{ mail_short_name | default('mail') }}.{{ mail_domain | default(domain) }}:465" HOST: "{{ mail_short_name | default('mail') }}.{{ mail_domain | default(domain) }}:465"