You've already forked matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-08-04 21:43:06 +02:00
Upgrade livekit-server (v1.9.0-4 -> v1.9.0-5) and disable livekit_server_config_room_auto_create
to improve security
Ref: - https://github.com/element-hq/lk-jwt-service/releases/tag/v0.3.0 -5e483e7554/config-sample.yaml (L168-L170)
-2a1b045526
This commit is contained in:
@ -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),
|
# The playbook intentionally uses a non-standard port than the default used by the role (5349),
|
||||||
# because Coturn is already using that port.
|
# because Coturn is already using that port.
|
||||||
# Note that TURN is not enabled by default. See `livekit_server_config_turn_enabled`.
|
# Note that TURN is not enabled by default. See `livekit_server_config_turn_enabled`.
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
version: v10431-1
|
version: v10431-1
|
||||||
name: jitsi
|
name: jitsi
|
||||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-livekit-server.git
|
- 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
|
name: livekit_server
|
||||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-ntfy.git
|
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-ntfy.git
|
||||||
version: v2.13.0-1
|
version: v2.13.0-1
|
||||||
|
Reference in New Issue
Block a user