feat: add livekit to continuwuity
This commit is contained in:
parent
5df4cca133
commit
84bb31214c
2 changed files with 6 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ rec {
|
|||
server_name = "nudelerde.de";
|
||||
trusted_servers = [ "matrix.org" ];
|
||||
memory_max = "512M";
|
||||
livekit_url = "https://livekit.nudelerde.de/livekit/jwt";
|
||||
};
|
||||
|
||||
qbittorrent = {
|
||||
|
|
|
|||
|
|
@ -20,6 +20,11 @@ in
|
|||
allow_federation = true;
|
||||
max_request_size = 20 * 1024 * 1024; # 20 MiB
|
||||
trusted_servers = trustedServers;
|
||||
matrix_rtc = {
|
||||
foci = [
|
||||
{ type = "livekit"; livekit_service_url = serv.continuwuity.livekit_url; }
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue