mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-10-16 17:29:42 +02:00
Add a few more generic.
webhook settings for Hookshot
Ref: https://github.com/matrix-org/matrix-hookshot/pull/1004
This commit is contained in:
@@ -181,6 +181,9 @@ matrix_hookshot_generic_urlPrefix: "{{ matrix_hookshot_urlprefix }}{{ matrix_hoo
|
|||||||
matrix_hookshot_generic_userIdPrefix: '_webhooks_' # noqa var-naming
|
matrix_hookshot_generic_userIdPrefix: '_webhooks_' # noqa var-naming
|
||||||
matrix_hookshot_generic_allowJsTransformationFunctions: false # noqa var-naming
|
matrix_hookshot_generic_allowJsTransformationFunctions: false # noqa var-naming
|
||||||
matrix_hookshot_generic_waitForComplete: false # noqa var-naming
|
matrix_hookshot_generic_waitForComplete: false # noqa var-naming
|
||||||
|
matrix_hookshot_generic_sendExpiryNotice: false # noqa var-naming
|
||||||
|
matrix_hookshot_generic_requireExpiryTime: false # noqa var-naming
|
||||||
|
matrix_hookshot_generic_maxExpiryTime: "30d" # noqa var-naming
|
||||||
|
|
||||||
|
|
||||||
matrix_hookshot_feeds_enabled: true
|
matrix_hookshot_feeds_enabled: true
|
||||||
|
@@ -80,6 +80,9 @@ generic:
|
|||||||
userIdPrefix: {{ matrix_hookshot_generic_userIdPrefix | to_json }}
|
userIdPrefix: {{ matrix_hookshot_generic_userIdPrefix | to_json }}
|
||||||
allowJsTransformationFunctions: {{ matrix_hookshot_generic_allowJsTransformationFunctions | to_json }}
|
allowJsTransformationFunctions: {{ matrix_hookshot_generic_allowJsTransformationFunctions | to_json }}
|
||||||
waitForComplete: {{ matrix_hookshot_generic_waitForComplete | to_json }}
|
waitForComplete: {{ matrix_hookshot_generic_waitForComplete | to_json }}
|
||||||
|
sendExpiryNotice: {{ matrix_hookshot_generic_sendExpiryNotice | to_json }}
|
||||||
|
requireExpiryTime: {{ matrix_hookshot_generic_requireExpiryTime | to_json }}
|
||||||
|
maxExpiryTime: {{ matrix_hookshot_generic_maxExpiryTime | to_json }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if matrix_hookshot_feeds_enabled %}
|
{% if matrix_hookshot_feeds_enabled %}
|
||||||
feeds:
|
feeds:
|
||||||
|
Reference in New Issue
Block a user