Initial release: cloud browser with auth and one-click deploy on port 32450

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-27 10:57:37 +08:00
commit 65f5caf4d9
20 changed files with 2118 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# 服务端口(映射到宿主机)
APP_PORT=32450
# 应用配置
MAX_SESSIONS=1
SESSION_IDLE_TIMEOUT=1800
VIEWPORT_WIDTH=1280
VIEWPORT_HEIGHT=720
SCREENCAST_QUALITY=80