From 7e8fa0024a15b4cb1f169c1e9e180cb5f01389fd Mon Sep 17 00:00:00 2001 From: Ken Date: Mon, 25 May 2026 23:17:51 +0000 Subject: [PATCH] fix: split noVNC to separate vnc.ampbox.io host for WebSocket support - FastAPI httpx proxy can't handle WebSocket upgrades (status 101) - noVNC iframe now points to vnc.ampbox.io (port 6080 via cloudflared) - App UI stays at browser.ampbox.io (port 8080 via cloudflared) - Auto-detects local vs ampbox.io for iframe src --- static/index.html | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/static/index.html b/static/index.html index 1aa4238..fd5167b 100644 --- a/static/index.html +++ b/static/index.html @@ -484,7 +484,7 @@ Live Browser -- browser.ampbox.io
- +
@@ -780,5 +780,18 @@ function escHtml(s) { loadGuide(); loadSaved(); - + + +