diff --git a/group_vars/matrix_servers b/group_vars/matrix_servers index 4d8f351a1..3435687fa 100755 --- a/group_vars/matrix_servers +++ b/group_vars/matrix_servers @@ -6422,6 +6422,15 @@ livekit_server_config_keys_auto: |- ) }} +# We only wish for matrix-livekit-jwt-service to create rooms, only for users on trusted homeservers. +# See `matrix_livekit_jwt_service_environment_variable_livekit_full_access_homeservers`. +# +# Ref: +# - https://github.com/element-hq/lk-jwt-service/releases/tag/v0.3.0 +# - https://github.com/livekit/livekit/blob/5e483e7554e5afbf254acf84e3ec0aa6e108e758/config-sample.yaml#L168-L170 +# - https://github.com/mother-of-all-self-hosting/ansible-role-livekit-server/commit/2a1b04552634097bdd26d472502a8f5bf1b8528f +livekit_server_config_room_auto_create: false + # The playbook intentionally uses a non-standard port than the default used by the role (5349), # because Coturn is already using that port. # Note that TURN is not enabled by default. See `livekit_server_config_turn_enabled`. diff --git a/requirements.yml b/requirements.yml index da262d522..4bc15cfc8 100644 --- a/requirements.yml +++ b/requirements.yml @@ -28,7 +28,7 @@ version: v10431-1 name: jitsi - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-livekit-server.git - version: v1.9.0-4 + version: v1.9.0-5 name: livekit_server - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-ntfy.git version: v2.13.0-1