@@ -15,7 +15,7 @@ Out-of-the-box isolated cloud hosts for Claude Code and dev teams. Pre-installed
1515
1616[ 中文] ( README.md ) | [ Documentation] ( https://zanel1u.github.io/cloud-cli-proxy/en/ )
1717
18- ** Go · React · PostgreSQL · Docker · WireGuard **
18+ ** Go · React · PostgreSQL · Docker · sing-box **
1919
2020</div >
2121
@@ -26,8 +26,8 @@ Out-of-the-box isolated cloud hosts for Claude Code and dev teams. Pre-installed
2626- ** One-command access** — ` curl | bash ` to authenticate, create container, and SSH in. Zero user config
2727- ** cloud-claude local CLI** — ` alias claude=cloud-claude ` to transparently run remote Claude Code from your local terminal with real-time directory mapping
2828- ** Claude Code ready** — Pre-installed in every container. All API requests auto-routed through designated exit IP
29- - ** Full-tunnel egress** — WireGuard + Linux netns / sing-box tun dual-channel , nftables default-deny, no DNS/WebRTC leaks
30- - ** Multi-protocol** — WireGuard and 5 proxy protocols (SOCKS5 / VMess / Shadowsocks / Trojan / HTTP)
29+ - ** Full-tunnel egress** — sing-box tun + Linux netns full-tunnel , nftables default-deny, no DNS/WebRTC leaks
30+ - ** Multi-protocol** — 6 proxy protocols (SOCKS5 / VMess / VLESS / Shadowsocks / Trojan / HTTP)
3131- ** Per-user isolation** — Dedicated Docker containers with KasmVNC remote desktop + Chromium
3232- ** Admin dashboard** — React SPA for users, hosts, egress IPs, events, and stats
3333- ** User self-service** — View host status, rebuild hosts, access VNC desktop
@@ -86,7 +86,7 @@ docker compose -f docker-compose.yml -f docker-compose.build.yaml up -d --force-
8686
8787Log into the admin dashboard, then:
8888
89- 1 . ** Add egress IPs** — WireGuard config or proxy protocol , with one-click connectivity test
89+ 1 . ** Add egress IPs** — Multiple proxy protocols , with one-click connectivity test
90902 . ** Create users** — Set username, password, expiration
91913 . ** Create hosts** — Create container for user and bind egress IP
92924 . ** Share access command** — Copy the ` curl ` command from host detail page
@@ -106,7 +106,11 @@ Besides SSH access, you can use the `cloud-claude` binary on your local machine
106106
107107** Install:**
108108
109- Download from [ Releases] ( https://github.com/ZaneL1u/cloud-cli-proxy/releases ) , or build from source:
109+ ``` bash
110+ curl -fsSL https://raw.githubusercontent.com/ZaneL1u/cloud-cli-proxy/main/scripts/install.sh | bash
111+ ```
112+
113+ Or download manually from [ Releases] ( https://github.com/ZaneL1u/cloud-cli-proxy/releases ) , or build from source:
110114
111115``` bash
112116go build -o cloud-claude ./cmd/cloud-claude
@@ -175,7 +179,7 @@ Containers include KasmVNC + Chromium. Access the browser desktop via admin or u
175179User ──curl──> Control Plane (:8080) ──Docker──> │ User Container │
176180 │ │ SSH + Claude Code + VNC │
177181 PostgreSQL │ sshfs ← /workspace dir mapping │
178- │ │ WireGuard / sing-box Tunnel │
182+ │ │ sing-box tun Tunnel │
179183 Admin SPA (:3000) │ ↓ │
180184 │ │ Designated Exit IP │
181185 SSH Proxy (:2222) └───────────────────────────────────┘
@@ -238,7 +242,7 @@ Full docs on [GitHub Pages](https://zanel1u.github.io/cloud-cli-proxy/en/):
238242
239243- [ Quick Start] ( https://zanel1u.github.io/cloud-cli-proxy/en/guide/quickstart ) — Deploy and first use
240244- [ Deployment] ( https://zanel1u.github.io/cloud-cli-proxy/en/guide/deployment ) — systemd native deployment
241- - [ Configuration] ( https://zanel1u.github.io/cloud-cli-proxy/en/guide/configuration ) — Environment variables and WireGuard setup
245+ - [ Configuration] ( https://zanel1u.github.io/cloud-cli-proxy/en/guide/configuration ) — Environment variables and egress proxy setup
242246- [ Architecture] ( https://zanel1u.github.io/cloud-cli-proxy/en/guide/architecture ) — System design and project structure
243247- [ API Reference] ( https://zanel1u.github.io/cloud-cli-proxy/en/reference/api ) — Full Admin API
244248- [ FAQ & Recovery] ( https://zanel1u.github.io/cloud-cli-proxy/en/reference/faq ) — Troubleshooting and disaster recovery
0 commit comments