mirror of
https://github.com/samjage/matrix.git
synced 2026-06-06 01:20:42 +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
|
## 📋 Network topology
|
||||||
|
|
||||||
```
|

|
||||||
┌─────────────────────────────┐
|
|
||||||
│ 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, 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