Docs: add init_vhost quick install

This commit is contained in:
Haitao Pan 2026-01-28 10:49:48 +08:00
parent efaf80268f
commit 753ccea57d

View File

@ -84,6 +84,19 @@ clawdbot message send --to +1234567890 --message "Hello from Clawdbot"
clawdbot agent --message "Ship checklist" --thinking high
```
### Quick install (TL;DR)
```bash
# default install (latest release, hostname domain)
curl -fsSL https://raw.githubusercontent.com/cloud-neutral-toolkit/clawdbot.svc.plus/main/scripts/init_vhost.sh | bash
# specify domain
curl -fsSL https://raw.githubusercontent.com/cloud-neutral-toolkit/clawdbot.svc.plus/main/scripts/init_vhost.sh \
| bash -s -- clawdbot.svc.plus
```
Set `PROXY=nginx`, `INSTALL_METHOD=git`, `CERTBOT_EMAIL=<you@example.com>`, or `CLAWDBOT_VERSION=<version>` as needed.
Upgrading? [Updating guide](https://docs.clawd.bot/install/updating) (and run `clawdbot doctor`).
## Development channels