Add support for easily installing the Element Call Stack, without the Element Call frontend

This commit is contained in:
Slavi Pantaleev
2025-04-09 15:06:43 +03:00
parent bf2f293323
commit 64f7c2187d
4 changed files with 75 additions and 14 deletions

View File

@ -11,6 +11,15 @@
matrix_element_call_enabled: false
# Controls whether the Element Call stack (various services around Element Call, without the Element Call frontend itself) are to be installed.
# This affects enablement of other services around Element Call.
#
# By default, we enable the rest of the stack when Element Call itself is enabled,
# but people may wish to enable the stack by itself and avoid installing the Element Call frontend.
# This is useful to do, because self-hosting the Element Call frontend is mostly useless, because
# various clients tend to embed and preferusing their own embedded Element Call frontend, instead of a self-hosted one.
matrix_element_call_stack_enabled: "{{ matrix_element_call_enabled }}"
# renovate: datasource=docker depName=ghcr.io/element-hq/element-call
matrix_element_call_version: v0.9.0