3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2026-01-21 23:35:20 +00:00

Add support for Hookshot static connections (new in v7.3.0)

This adds the matrix_hookshot_connections variable for configuring
static webhook connections via the config file.

See: https://github.com/matrix-org/matrix-hookshot/pull/1102
This commit is contained in:
Slavi Pantaleev
2026-01-20 16:10:30 +02:00
parent e01a79865c
commit 911031e2cf
2 changed files with 13 additions and 0 deletions

View File

@@ -137,6 +137,7 @@ widgets:
{% if matrix_hookshot_permissions %}
permissions: {{ matrix_hookshot_permissions | to_json }}
{% endif %}
connections: {{ matrix_hookshot_connections | to_json }}
listeners:
# (Optional) HTTP Listener configuration.
# Bind resource endpoints to ports and addresses.