Enhance README with network diagram and details

Added network diagram and updated network topology information.
This commit is contained in:
2026-04-06 08:11:30 -04:00
committed by GitHub
parent 4af3a01f24
commit d33fede751
+17 -10
View File
@@ -237,17 +237,24 @@ livekit.your.domain {
## 📋 Network topology ## 📋 Network topology
``` ![NetworkDiagram](NetworkDiagram.svg)
┌─────────────────────────────┐
│ backbone network │ ```
│ │ Backbone network (Docker)
Client ──HTTPS──▶ │ Caddy ──▶ tuwunel:6167 │
│ ──▶ lk-jwt-service │ | Ingress | Routes to |
│ ──▶ host.docker.internal:7880 (livekit) |---|---|
└─────────────────────────────┘ | `Caddy` (HTTPS) | `tuwunel:6167` |
| | `lk-jwt-service` |
| | `host.docker.internal:7880` (livekit) |
Host network (UDP)
| Service | Ports |
|---|---|
| livekit | 7880, 7881, 5000060000 |
| coturn | 3478, 5349, 4915265535 |
host network (UDP): livekit (ports 7880, 7881, 50000-60000)
coturn (ports 3478, 5349, 49152-65535)
``` ```
--- ---