Relocate org.matrix.msc4143.rtc_foci setup to /.well-known/matrix/client to matrix-static-files instead of ugly patching

This commit is contained in:
Slavi Pantaleev
2024-11-21 18:54:29 +02:00
parent f0466d5a99
commit 394fdca066
7 changed files with 24 additions and 28 deletions

View File

@ -15,6 +15,7 @@ livekit_server_config_path: "{{ livekit_server_base_path }}/config"
# renovate: datasource=docker depName=livekit/livekit-server
livekit_server_version: v1.8.0
livekit_server_scheme: https
livekit_server_hostname: ""
livekit_server_path_prefix: /

View File

@ -0,0 +1 @@
livekit_server_public_url: "{{ livekit_server_scheme }}://{{ livekit_server_hostname }}{{ livekit_server_path_prefix }}"