|
|
|
@@ -2,6 +2,10 @@ matrix_client_element_enabled: true |
|
|
|
|
|
|
|
matrix_client_element_container_image_self_build: false |
|
|
|
matrix_client_element_container_image_self_build_repo: "https://github.com/vector-im/riot-web.git" |
|
|
|
# Controls whether to patch webpack.config.js when self-building, so that building can pass on low-memory systems (< 4 GB RAM): |
|
|
|
# - https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1357 |
|
|
|
# - https://github.com/vector-im/element-web/issues/19544 |
|
|
|
matrix_client_element_container_image_self_build_low_memory_system_patch_enabled: "{{ ansible_memtotal_mb < 4096 }}" |
|
|
|
|
|
|
|
matrix_client_element_version: v1.9.3 |
|
|
|
matrix_client_element_docker_image: "{{ matrix_client_element_docker_image_name_prefix }}vectorim/element-web:{{ matrix_client_element_version }}" |
|
|
|
|