WIP: Matrix
This commit is contained in:
@@ -130,6 +130,7 @@ let
|
||||
use_exclusively = true;
|
||||
participant_limit = 8;
|
||||
brand = "Cyperpunk Call";
|
||||
encryption = "None";
|
||||
};
|
||||
livekit = {
|
||||
livekit_service_url = "https://cyperpunk.de/livekit/jwt/";
|
||||
@@ -141,6 +142,7 @@ let
|
||||
features = {
|
||||
feature_group_calls = true;
|
||||
"feature_disable_call_per_sender_encryption" = true;
|
||||
"feature_sliding_sync" = true;
|
||||
};
|
||||
}
|
||||
);
|
||||
@@ -165,6 +167,9 @@ let
|
||||
};
|
||||
};
|
||||
livekit_service_url = "https://cyperpunk.de/livekit/jwt/";
|
||||
e2ee = {
|
||||
default = false;
|
||||
};
|
||||
}
|
||||
)
|
||||
} $out/config.json
|
||||
|
||||
@@ -11,7 +11,7 @@ in
|
||||
services.lk-jwt-service = {
|
||||
enable = true;
|
||||
keyFile = config.sops.secrets.livekit_key_jwt.path;
|
||||
livekitUrl = "ws://100.109.10.91:7880";
|
||||
livekitUrl = "wss://cyperpunk.de/livekit/sfu";
|
||||
};
|
||||
|
||||
systemd.services.lk-jwt-service = {
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
"msc3401_enabled" = true;
|
||||
"msc4143_enabled" = true;
|
||||
"msc4195_enabled" = true;
|
||||
"msc4222_enabled" = true;
|
||||
};
|
||||
listeners = [
|
||||
{
|
||||
@@ -63,7 +64,15 @@
|
||||
resources = [ ];
|
||||
}
|
||||
];
|
||||
|
||||
matrix_rtc = {
|
||||
enabled = true;
|
||||
transports = [
|
||||
{
|
||||
type = "livekit";
|
||||
livekit_service_url = "https://cyperpunk.de/livekit/jwt/";
|
||||
}
|
||||
];
|
||||
};
|
||||
enable_metrics = true;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user