docs: clarify server deployment options and remote access methods

- Support both local and remote server deployment
- Add direct public IP access option for remote servers
- Remove tunnel requirement messaging
- Organize remote access options with details sections
This commit is contained in:
weishu
2026-01-02 12:56:44 +08:00
parent 2e9cb46a39
commit 68f4f336c9
6 changed files with 27 additions and 14 deletions
+1 -7
View File
@@ -43,13 +43,7 @@ This starts Claude Code wrapped with HAPI. The session appears in the web UI.
Open your browser:
```
http://localhost:3006
```
Or from another device on the same network:
```
http://<your-computer-ip>:3006
http://<your-ip>:3006
```
Enter your access token to log in.