mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-02-13 10:38:57 +01:00
Compare commits
5 Commits
d1c8a52e3e
...
bc704a2552
Author | SHA1 | Date | |
---|---|---|---|
|
bc704a2552 | ||
|
8b71ce3dec | ||
|
f8790319fa | ||
|
d40be5aca6 | ||
|
148d842386 |
@ -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]
|
||||
}[matrix_homeserver_implementation] | default('')
|
||||
}}
|
||||
|
||||
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.78
|
||||
matrix_client_element_version: v1.11.79
|
||||
|
||||
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.115.0
|
||||
matrix_synapse_version: v1.116.0
|
||||
|
||||
matrix_synapse_username: ''
|
||||
matrix_synapse_uid: ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user