refactor: update links to avoid future issue

This commit is contained in:
Pierre 'McFly' Marty
2023-12-15 11:18:18 +01:00
committed by GitHub
parent 4a8d8d8ce5
commit 6bd581ef7f
13 changed files with 20 additions and 20 deletions

View File

@ -1,13 +1,13 @@
---
# Project source code URL: https://github.com/vector-im/element-web
# Project source code URL: https://github.com/element-hq/element-web
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/element-web.git"
matrix_client_element_container_image_self_build_repo: "https://github.com/element-hq/element-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
# - https://github.com/element-hq/element-web/issues/19544
matrix_client_element_container_image_self_build_low_memory_system_patch_enabled: "{{ ansible_memtotal_mb < 4096 }}"
# renovate: datasource=docker depName=vectorim/element-web