mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-08-27 19:17:11 +00:00
docs: clarify ws:// vs wss:// for self-hosted servers
This commit is contained in:
@@ -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`).
|
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
|
### 📖 Documentation & Links
|
||||||
|
|||||||
Reference in New Issue
Block a user