Przeglądaj źródła

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
pull/4467/head
Slavi Pantaleev 7 miesięcy temu
rodzic
commit
84b0879606
2 zmienionych plików z 10 dodań i 1 usunięć
  1. +9
    -0
      group_vars/matrix_servers
  2. +1
    -1
      requirements.yml

+ 9
- 0
group_vars/matrix_servers Wyświetl plik

@@ -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`.


+ 1
- 1
requirements.yml Wyświetl plik

@@ -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


Ładowanie…
Anuluj
Zapisz