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