From 26ccd355a9864c82e1480257478fa502a30452a2 Mon Sep 17 00:00:00 2001 From: Valere Date: Tue, 22 Apr 2025 14:07:03 +0200 Subject: [PATCH] DevX: Properly serve the well-known for local backend --- backend/tls_localhost_nginx.conf | 2 +- dev-backend-docker-compose.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/tls_localhost_nginx.conf b/backend/tls_localhost_nginx.conf index 2a593210..d121144e 100644 --- a/backend/tls_localhost_nginx.conf +++ b/backend/tls_localhost_nginx.conf @@ -16,7 +16,7 @@ server { # currently rely for local development environment on deprecated config.json # setting for livekit_service_url location /.well-known/matrix/client { - return 200 '{"m.homeserver": {"base_url": "http://synapse.localhost:8008"}, "org.matrix.msc4143.rtc_foci": [{"type": "livekit", "livekit_service_url": "http://localhost:8080"}]}'; + return 200 '{"m.homeserver": {"base_url": "http://synapse.localhost:8008"}, "org.matrix.msc4143.rtc_foci": [{"type": "livekit", "livekit_service_url": "http://localhost:8009"}]}'; default_type application/json; add_header Access-Control-Allow-Origin *; } diff --git a/dev-backend-docker-compose.yml b/dev-backend-docker-compose.yml index 8d70bfc2..17142c22 100644 --- a/dev-backend-docker-compose.yml +++ b/dev-backend-docker-compose.yml @@ -92,6 +92,8 @@ services: # HOST_PORT:CONTAINER_PORT - "8008:80" - "4443:443" + - "80:80" + - "443:443" depends_on: - synapse networks: