chore: migrate to AGPL-3.0-only

This commit is contained in:
weishu
2026-01-04 20:45:15 +08:00
parent 34cfe49f87
commit 37c6bc83d7
20 changed files with 1298 additions and 463 deletions
-15
View File
@@ -40,21 +40,6 @@ sudo mv ./hapi /usr/local/bin/
```
</details>
<details>
<summary>Docker (server only)</summary>
```bash
docker pull ghcr.io/tiann/hapi-server:latest
docker run -d \
--name hapi-server \
-p 3006:3006 \
-v ~/.hapi:/root/.hapi \
-e CLI_API_TOKEN=your-secret-token \
ghcr.io/tiann/hapi-server:latest
```
</details>
<details>
<summary>Build from source</summary>