docs: clarify ws:// vs wss:// for self-hosted servers

This commit is contained in:
MacBook
2026-05-04 05:42:31 +02:00
parent 5157428e74
commit 90882f91ef
+2
View File
@@ -69,6 +69,8 @@ The server will be available at `ws://localhost:3000`. See [docker-compose.examp
To connect your extension to a self-hosted server, open the popup → **Room** tab → select **Custom Server** → enter your server's WebSocket URL (e.g., `ws://localhost:3000`).
> **⚠️ Note**: `ws://` only works for `localhost`. If you deploy to a real domain, you **must** use `wss://` (e.g., `wss://sync.yourdomain.com`). This requires a TLS-terminating reverse proxy (e.g., Caddy, Nginx, or Traefik) in front of the relay server.
---
### 📖 Documentation & Links