mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-13 05:52:50 +01:00
Upgrade riot-web (v1.5.14 -> v1.5.15)
This commit is contained in:
parent
b450afc12e
commit
e1774c648a
@ -2,7 +2,7 @@ matrix_riot_web_enabled: true
|
|||||||
|
|
||||||
matrix_riot_web_container_image_self_build: false
|
matrix_riot_web_container_image_self_build: false
|
||||||
|
|
||||||
matrix_riot_web_docker_image: "vectorim/riot-web:v1.5.14"
|
matrix_riot_web_docker_image: "vectorim/riot-web:v1.5.15"
|
||||||
matrix_riot_web_docker_image_force_pull: "{{ matrix_riot_web_docker_image.endswith(':latest') }}"
|
matrix_riot_web_docker_image_force_pull: "{{ matrix_riot_web_docker_image.endswith(':latest') }}"
|
||||||
|
|
||||||
matrix_riot_web_data_path: "{{ matrix_base_data_path }}/riot-web"
|
matrix_riot_web_data_path: "{{ matrix_base_data_path }}/riot-web"
|
||||||
|
@ -32,8 +32,7 @@
|
|||||||
},
|
},
|
||||||
{% if matrix_riot_web_jitsi_preferredDomain is not none %}
|
{% if matrix_riot_web_jitsi_preferredDomain is not none %}
|
||||||
"jitsi": {
|
"jitsi": {
|
||||||
"preferredDomain": {{ matrix_riot_web_jitsi_preferredDomain|to_json }},
|
"preferredDomain": {{ matrix_riot_web_jitsi_preferredDomain|to_json }}
|
||||||
"externalApiUrl": "https://{{ matrix_riot_web_jitsi_preferredDomain }}/libs/external_api.min.js"
|
|
||||||
},
|
},
|
||||||
{% endif %}
|
{% endif %}
|
||||||
"branding": {
|
"branding": {
|
||||||
|
Loading…
Reference in New Issue
Block a user