diff --git a/frontend/src/data/sample.js b/frontend/src/data/sample.js index b6f598c..3ba2ec2 100644 --- a/frontend/src/data/sample.js +++ b/frontend/src/data/sample.js @@ -116,10 +116,35 @@ export function fallbackServices() { host: "monerod.crypto.svc.cluster.local:18081", }, { - name: "Jitsi", - category: "conferencing", - summary: "Video conferencing", - link: "https://meet.bstein.dev", + name: "Matrix (Synapse)", + category: "comms", + summary: "Private Discord-style chat with AI bot in the welcome room.", + link: "https://matrix.bstein.dev", + host: "matrix.bstein.dev", + status: "live", + }, + { + name: "Element", + category: "comms", + summary: "Web client for the Matrix space.", + link: "https://element.bstein.dev", + host: "element.bstein.dev", + status: "live", + }, + { + name: "LiveKit", + category: "comms", + summary: "Video + voice SFU powering Matrix calls.", + link: "https://livekit.bstein.dev", + host: "livekit.bstein.dev", + status: "live", + }, + { + name: "Coturn", + category: "comms", + summary: "TURN/STUN relay for reliable calling.", + link: "https://turn.bstein.dev", + host: "turn.bstein.dev", status: "live", }, { diff --git a/frontend/src/views/AiPlanView.vue b/frontend/src/views/AiPlanView.vue index e8a1857..f015fd4 100644 --- a/frontend/src/views/AiPlanView.vue +++ b/frontend/src/views/AiPlanView.vue @@ -29,7 +29,7 @@
- Goal: low-latency ASR + TTS for meetings and media. Results should stream back into apps like Jitsi and Pegasus. + Goal: low-latency ASR + TTS for meetings and media. Results should stream back into Matrix/LiveKit rooms and Pegasus.