WIP: Livekit

This commit is contained in:
2026-04-30 13:22:20 +02:00
parent d46ce2d93e
commit 59907f7ece
8 changed files with 56 additions and 74 deletions
+2 -2
View File
@@ -41,7 +41,7 @@ let
"org.matrix.msc4143.rtc_foci":[
{
"type":"livekit",
"livekit_service_url":"https://cyperpunk.de/livekit/jwt"
"livekit_service_url":"https://cyperpunk.de/livekit/jwt/"
}
]
}';
@@ -116,7 +116,7 @@ in
};
"^~ /livekit/jwt/" = {
priority = 400;
proxyPass = "http://127.0.0.1:8080/";
proxyPass = "http://${upstream}:8080/";
};
"^~ /livekit/sfu/" = {
priority = 400;