mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
Update to 2022-02-18 11:00
This commit is contained in:
parent
966ca9f34f
commit
f16c846ab4
@ -37,3 +37,6 @@ gitea_db_name: gitea
|
|||||||
gitea_db_user: gitea
|
gitea_db_user: gitea
|
||||||
# A random pass will be created if not set here
|
# A random pass will be created if not set here
|
||||||
# gitea_db_pass: xxxxx
|
# 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: []
|
||||||
|
@ -104,3 +104,8 @@ SHOW_FOOTER_VERSION = false
|
|||||||
|
|
||||||
[migrations]
|
[migrations]
|
||||||
ALLOW_LOCALNETWORKS = true
|
ALLOW_LOCALNETWORKS = true
|
||||||
|
|
||||||
|
[webhook]
|
||||||
|
{% if gitea_allowed_hosts | length > 0 %}
|
||||||
|
ALLOWED_HOST_LIST = {{ gitea_allowed_hosts | join(',') }}
|
||||||
|
{% endif %}
|
||||||
|
BIN
roles/lemonldap_ng/files/logos/matrix.png
Normal file
BIN
roles/lemonldap_ng/files/logos/matrix.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
@ -5,9 +5,8 @@
|
|||||||
element_id: element
|
element_id: element
|
||||||
|
|
||||||
# Version to deploy, and expected sha256
|
# Version to deploy, and expected sha256
|
||||||
element_version: 1.10.3
|
element_version: 1.10.4
|
||||||
# sha1sum of the tar.gz
|
element_archive_sha256: 74d44bbbd59fc25675c179d1a5350a0b092b4f9a0abec012ae8df4d5dab5c86d
|
||||||
element_archive_sha256: 1ca3dd68794c9384b157241e0f3bd8e3ecc284ad3a7cdb639f8811b7c33a86a4
|
|
||||||
|
|
||||||
# Where to install element
|
# Where to install element
|
||||||
element_root_dir: /opt/matrix/element
|
element_root_dir: /opt/matrix/element
|
||||||
|
Loading…
x
Reference in New Issue
Block a user