mirror of
https://github.com/samjage/matrix.git
synced 2026-06-06 01:30:41 +00:00
Enhance README with network diagram and details
Added network diagram and updated network topology information.
This commit is contained in:
@@ -237,17 +237,24 @@ livekit.your.domain {
|
||||
|
||||
## 📋 Network topology
|
||||
|
||||
```
|
||||
┌─────────────────────────────┐
|
||||
│ backbone network │
|
||||
│ │
|
||||
Client ──HTTPS──▶ │ Caddy ──▶ tuwunel:6167 │
|
||||
│ ──▶ lk-jwt-service │
|
||||
│ ──▶ host.docker.internal:7880 (livekit)
|
||||
└─────────────────────────────┘
|
||||

|
||||
|
||||
```
|
||||
Backbone network (Docker)
|
||||
|
||||
| Ingress | Routes to |
|
||||
|---|---|
|
||||
| `Caddy` (HTTPS) | `tuwunel:6167` |
|
||||
| | `lk-jwt-service` |
|
||||
| | `host.docker.internal:7880` (livekit) |
|
||||
|
||||
Host network (UDP)
|
||||
|
||||
| Service | Ports |
|
||||
|---|---|
|
||||
| livekit | 7880, 7881, 50000–60000 |
|
||||
| coturn | 3478, 5349, 49152–65535 |
|
||||
|
||||
host network (UDP): livekit (ports 7880, 7881, 50000-60000)
|
||||
coturn (ports 3478, 5349, 49152-65535)
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user