Ruview/ui/config
ruv 578d84c25e fix(ui): WebSocket protocol matches page protocol, not hostname (#272)
buildWsUrl() forced wss:// on non-localhost HTTP connections,
breaking LAN/Docker deployments at http://192.168.x.x:3000.
Now simply: https → wss, http → ws.

Closes #272

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-03-16 11:35:11 -04:00
..
api.config.js fix(ui): WebSocket protocol matches page protocol, not hostname (#272) 2026-03-16 11:35:11 -04:00