mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-02-15 19:49:01 +01:00
Compare commits
No commits in common. "bc704a2552e575c04a9a11ecb9e068b4cc4c1415" and "d1c8a52e3ebcd0ccf3279759d5dbd51769bb919f" have entirely different histories.
bc704a2552
...
d1c8a52e3e
@ -2577,7 +2577,7 @@ matrix_bot_maubot_homeserver_secret: |-
|
||||
{
|
||||
'synapse': matrix_synapse_registration_shared_secret | default(''),
|
||||
'dendrite': matrix_dendrite_client_api_registration_shared_secret | default(''),
|
||||
}[matrix_homeserver_implementation] | default('')
|
||||
}[matrix_homeserver_implementation]
|
||||
}}
|
||||
|
||||
matrix_bot_maubot_container_image_self_build: "{{ matrix_architecture not in ['amd64'] }}"
|
||||
|
@ -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.79
|
||||
matrix_client_element_version: v1.11.78
|
||||
|
||||
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 }}"
|
||||
|
@ -16,7 +16,7 @@ matrix_synapse_enabled: true
|
||||
matrix_synapse_github_org_and_repo: element-hq/synapse
|
||||
|
||||
# renovate: datasource=docker depName=ghcr.io/element-hq/synapse
|
||||
matrix_synapse_version: v1.116.0
|
||||
matrix_synapse_version: v1.115.0
|
||||
|
||||
matrix_synapse_username: ''
|
||||
matrix_synapse_uid: ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user