mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-04-20 04:08:01 +03:00
Compare commits
4 Commits
50abe5b92f
...
2c859b2868
| Author | SHA1 | Date | |
|---|---|---|---|
| 2c859b2868 | |||
| fccd7442d6 | |||
| 5711a8bda3 | |||
| 6bd758ec5a |
+1
-1
@@ -22,7 +22,7 @@
|
|||||||
version: v4.98.1-r0-2-1
|
version: v4.98.1-r0-2-1
|
||||||
name: exim_relay
|
name: exim_relay
|
||||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-grafana.git
|
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-grafana.git
|
||||||
version: v11.6.4-1
|
version: v11.6.5-0
|
||||||
name: grafana
|
name: grafana
|
||||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-jitsi.git
|
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-jitsi.git
|
||||||
version: v10431-1
|
version: v10431-1
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ matrix_hookshot_container_additional_networks_auto: []
|
|||||||
matrix_hookshot_container_additional_networks_custom: []
|
matrix_hookshot_container_additional_networks_custom: []
|
||||||
|
|
||||||
# renovate: datasource=docker depName=halfshot/matrix-hookshot
|
# renovate: datasource=docker depName=halfshot/matrix-hookshot
|
||||||
matrix_hookshot_version: 7.0.0
|
matrix_hookshot_version: 7.1.0
|
||||||
|
|
||||||
matrix_hookshot_docker_image: "{{ matrix_hookshot_docker_image_registry_prefix }}matrix-org/matrix-hookshot:{{ matrix_hookshot_version }}"
|
matrix_hookshot_docker_image: "{{ matrix_hookshot_docker_image_registry_prefix }}matrix-org/matrix-hookshot:{{ matrix_hookshot_version }}"
|
||||||
matrix_hookshot_docker_image_registry_prefix: "{{ 'localhost/' if matrix_hookshot_container_image_self_build else matrix_hookshot_docker_image_registry_prefix_upstream }}"
|
matrix_hookshot_docker_image_registry_prefix: "{{ 'localhost/' if matrix_hookshot_container_image_self_build else matrix_hookshot_docker_image_registry_prefix_upstream }}"
|
||||||
@@ -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:
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
matrix_corporal_enabled: true
|
matrix_corporal_enabled: true
|
||||||
|
|
||||||
# renovate: datasource=docker depName=ghcr.io/devture/matrix-corporal
|
# renovate: datasource=docker depName=ghcr.io/devture/matrix-corporal
|
||||||
matrix_corporal_version: 3.1.4
|
matrix_corporal_version: 3.1.5
|
||||||
|
|
||||||
matrix_corporal_container_image_self_build: false
|
matrix_corporal_container_image_self_build: false
|
||||||
matrix_corporal_container_image_self_build_repo: "https://github.com/devture/matrix-corporal.git"
|
matrix_corporal_container_image_self_build_repo: "https://github.com/devture/matrix-corporal.git"
|
||||||
|
|||||||
Reference in New Issue
Block a user