mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-08-26 00:31:32 +02:00
Compare commits
3 Commits
49db307e5e
...
7d5e430ee9
Author | SHA1 | Date | |
---|---|---|---|
|
7d5e430ee9 | ||
|
751ecaafbb | ||
|
8e7ab4e23f |
@@ -125,6 +125,7 @@ matrix_hookshot_gitlab_instances:
|
||||
|
||||
# This will be the "Secret token" you have to enter into all GitLab instances for authentication
|
||||
matrix_hookshot_gitlab_webhook_secret: ''
|
||||
matrix_hookshot_gitlab_webhook_publicUrl: "{{ matrix_hookshot_urlprefix }}{{ matrix_hookshot_webhook_endpoint }}" # noqa var-naming
|
||||
|
||||
|
||||
matrix_hookshot_figma_enabled: false
|
||||
|
@@ -47,6 +47,7 @@ gitlab:
|
||||
instances: {{ matrix_hookshot_gitlab_instances | to_json }}
|
||||
webhook:
|
||||
secret: {{ matrix_hookshot_gitlab_webhook_secret | to_json }}
|
||||
publicUrl: {{ matrix_hookshot_gitlab_webhook_publicUrl | to_json }}
|
||||
{% endif %}
|
||||
{% if matrix_hookshot_figma_enabled %}
|
||||
figma:
|
||||
|
@@ -11,7 +11,7 @@ matrix_client_element_container_image_self_build_repo: "https://github.com/eleme
|
||||
matrix_client_element_container_image_self_build_low_memory_system_patch_enabled: "{{ ansible_memtotal_mb < 4096 }}"
|
||||
|
||||
# renovate: datasource=docker depName=vectorim/element-web
|
||||
matrix_client_element_version: v1.11.69
|
||||
matrix_client_element_version: v1.11.70
|
||||
|
||||
matrix_client_element_docker_image: "{{ matrix_client_element_docker_image_name_prefix }}vectorim/element-web:{{ matrix_client_element_version }}"
|
||||
matrix_client_element_docker_image_name_prefix: "{{ 'localhost/' if matrix_client_element_container_image_self_build else matrix_container_global_registry_prefix }}"
|
||||
|
Reference in New Issue
Block a user