mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-10-11 15:09:34 +02:00
support hookshot permissions management
see Half-Shot/matrix-hookshot#167
This commit is contained in:
@@ -100,6 +100,9 @@ logging:
|
||||
# (Optional) Logging settings. You can have a severity debug,info,warn,error
|
||||
#
|
||||
level: info
|
||||
{% if matrix_hookshot_permissions %}
|
||||
permissions: {{ matrix_hookshot_permissions }}
|
||||
{% endif %}
|
||||
listeners:
|
||||
# (Optional) HTTP Listener configuration.
|
||||
# Bind resource endpoints to ports and addresses.
|
||||
|
Reference in New Issue
Block a user