fix: update livekit endpoints and add TURN server configuration

This commit is contained in:
Katharina Heidenreich 2026-04-08 11:42:43 +02:00
parent eee6905637
commit 7d55e4e40a
5 changed files with 88 additions and 11 deletions

View file

@ -96,7 +96,7 @@ let
forceSSL = false;
};
location = {
proxyPass = "http://${endpoint.content.host}:${toString endpoint.content.port}/";
proxyPass = "http://${endpoint.content.host}:${toString endpoint.content.port}";
} // lib.optionalAttrs (endpoint.content ? websocket && endpoint.content.websocket) {
proxyWebsockets = true;
};