Update to 2022-02-18 11:00

This commit is contained in:
Daniel Berteaud 2022-02-18 11:00:07 +01:00
parent 966ca9f34f
commit f16c846ab4
4 changed files with 10 additions and 3 deletions

View File

@ -37,3 +37,6 @@ gitea_db_name: gitea
gitea_db_user: gitea
# A random pass will be created if not set here
# gitea_db_pass: xxxxx
# List of allowed hosts for webhooks. Can be IP, CIDR, hosts, hosts with wildcards or the special values loopback, private, external, *
gitea_allowed_hosts: []

View File

@ -104,3 +104,8 @@ SHOW_FOOTER_VERSION = false
[migrations]
ALLOW_LOCALNETWORKS = true
[webhook]
{% if gitea_allowed_hosts | length > 0 %}
ALLOWED_HOST_LIST = {{ gitea_allowed_hosts | join(',') }}
{% endif %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -5,9 +5,8 @@
element_id: element
# Version to deploy, and expected sha256
element_version: 1.10.3
# sha1sum of the tar.gz
element_archive_sha256: 1ca3dd68794c9384b157241e0f3bd8e3ecc284ad3a7cdb639f8811b7c33a86a4
element_version: 1.10.4
element_archive_sha256: 74d44bbbd59fc25675c179d1a5350a0b092b4f9a0abec012ae8df4d5dab5c86d
# Where to install element
element_root_dir: /opt/matrix/element