services/meet: enable monitoring
This commit is contained in:
parent
af127f70bf
commit
243b91babf
1 changed files with 9 additions and 2 deletions
|
@ -17,8 +17,15 @@ in
|
|||
};
|
||||
services.jitsi-videobridge = {
|
||||
openFirewall = true;
|
||||
config.videobridge.ice = {
|
||||
tcp.port = 7777;
|
||||
apis = [ "colibri" "rest" ];
|
||||
config.videobridge = {
|
||||
ice = {
|
||||
tcp.port = 7777;
|
||||
};
|
||||
stats.transports = [
|
||||
{ type = "muc"; }
|
||||
{ type = "colibri"; }
|
||||
];
|
||||
};
|
||||
nat = lib.optionalAttrs isNAT {
|
||||
localAddress = interfaces.primary.addr;
|
||||
|
|
Loading…
Reference in a new issue