Build using custom config.json, add CSP, update to 0.1.53

This commit is contained in:
Aaron Raimist
2021-05-21 03:45:21 -05:00
parent ca361af616
commit 9437f78c9e
7 changed files with 31 additions and 95 deletions

View File

@ -1,10 +1,11 @@
matrix_client_hydrogen_enabled: true
# as of 2021-05-15 the pre-built images were not working so self building is enabled by default
# Self building is used by default because the `config.json` file is only read at build time.
# The pre-built images also were not functional as of 2021-05-15.
matrix_client_hydrogen_container_image_self_build: true
matrix_client_hydrogen_container_image_self_build_repo: "https://github.com/vector-im/hydrogen-web.git"
matrix_client_hydrogen_version: v0.1.51
matrix_client_hydrogen_version: v0.1.53
matrix_client_hydrogen_docker_image: "{{ matrix_client_hydrogen_docker_image_name_prefix }}vectorim/hydrogen-web:{{ matrix_client_hydrogen_version }}"
matrix_client_hydrogen_docker_image_name_prefix: "{{ 'localhost/' if matrix_client_hydrogen_container_image_self_build }}"
matrix_client_hydrogen_docker_image_force_pull: "{{ matrix_client_hydrogen_docker_image.endswith(':latest') }}"