Add Matrix RTC stack docs and rename variable for installing "just the Matrix RTC stack"

This commit is contained in:
Slavi Pantaleev
2025-04-09 16:20:48 +03:00
parent 64f7c2187d
commit 69e33575e2
8 changed files with 90 additions and 40 deletions

View File

@ -18,7 +18,7 @@ matrix_element_call_enabled: false
# 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 }}"
matrix_rtc_enabled: "{{ matrix_element_call_enabled }}"
# renovate: datasource=docker depName=ghcr.io/element-hq/element-call
matrix_element_call_version: v0.9.0