From b35fcf90765cb775c9b2e3be4e79fdc1bb78d286 Mon Sep 17 00:00:00 2001 From: Valere Date: Thu, 31 Jul 2025 15:52:58 +0200 Subject: [PATCH] DevX: update dev backend to support jwt-token v3 --- backend/dev_livekit.yaml | 2 ++ dev-backend-docker-compose.yml | 3 +++ 2 files changed, 5 insertions(+) diff --git a/backend/dev_livekit.yaml b/backend/dev_livekit.yaml index 0e0c5c7b..f0c5b3a4 100644 --- a/backend/dev_livekit.yaml +++ b/backend/dev_livekit.yaml @@ -21,3 +21,5 @@ turn: external_tls: true keys: devkey: secret +room: + auto_create: false diff --git a/dev-backend-docker-compose.yml b/dev-backend-docker-compose.yml index 8fe1a755..89b66247 100644 --- a/dev-backend-docker-compose.yml +++ b/dev-backend-docker-compose.yml @@ -14,12 +14,15 @@ services: # If the configured homeserver runs on localhost, it'll probably be using # a self-signed certificate - LIVEKIT_INSECURE_SKIP_VERIFY_TLS=YES_I_KNOW_WHAT_I_AM_DOING + - LIVEKIT_FULL_ACCESS_HOMESERVERS=* deploy: restart_policy: condition: on-failure ports: # HOST_PORT:CONTAINER_PORT - 6080:6080 + extra_hosts: + - "matrix-rtc.m.localhost:host-gateway" networks: - ecbackend