mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
feat: rename server package to hub
Rename the `server/` directory to `hub/` and update all references across CLI, docs, web, and workspace configuration.
This commit is contained in:
@@ -22,14 +22,16 @@ npx @twsxtd/hapi
|
||||
|
||||
Other install options: [Installation](./installation.md)
|
||||
|
||||
## Start the server
|
||||
## Start the hub
|
||||
|
||||
```bash
|
||||
hapi server --relay
|
||||
hapi hub --relay
|
||||
```
|
||||
|
||||
On first run, HAPI prints an access token and saves it to `~/.hapi/settings.json`.
|
||||
|
||||
`hapi server` remains supported as an alias.
|
||||
|
||||
The terminal will display a URL and QR code for remote access.
|
||||
|
||||
> End-to-end encrypted with WireGuard + TLS.
|
||||
|
||||
Reference in New Issue
Block a user