Update paths, buttons and peer list view (#438)

This commit is contained in:
Viktor Liu
2025-10-02 12:44:02 +02:00
committed by GitHub
parent 95ea694b96
commit ff9b7b7b58
3 changed files with 6 additions and 6 deletions

View File

@@ -128,10 +128,10 @@ This multi-layer approach ensures end-to-end encryption (WireGuard) while enabli
The Browser Client communicates with NetBird services through WebSocket proxies:
- **Management Server**: WebSocket to gRPC proxy at the `/ws-proxy` endpoint
- **Management Server**: WebSocket to gRPC proxy at the `/ws-proxy/management` endpoint
- Wraps gRPC stream bytes in a WebSocket connection
- Enables the browser to communicate with the gRPC-based management API
- **Signal Server**: WebSocket proxy at the `/ws-proxy` endpoint for the signaling protocol
- **Signal Server**: WebSocket proxy at the `/ws-proxy/signal` endpoint for the signaling protocol
- **Relay Servers**: WebSocket connections for WireGuard tunnel transport
These proxies run alongside the respective NetBird services and translate between browser-compatible WebSocket and internal gRPC protocols.