mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-06-25 18:57:50 +02:00
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:
@ -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: /
|
||||
|
||||
|
1
roles/custom/matrix-livekit-server/vars/main.yml
Normal file
1
roles/custom/matrix-livekit-server/vars/main.yml
Normal file
@ -0,0 +1 @@
|
||||
livekit_server_public_url: "{{ livekit_server_scheme }}://{{ livekit_server_hostname }}{{ livekit_server_path_prefix }}"
|
Reference in New Issue
Block a user