Add uninstall.sh for one-click removal

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-27 11:13:30 +08:00
parent a409f35e6c
commit a9e1555fe1
4 changed files with 120 additions and 5 deletions
+2
View File
@@ -38,6 +38,7 @@ cloud-browser/
├── app/ # 后端(FastAPI + Playwright
├── static/ # 前端页面
├── deploy.sh # 一键部署脚本
├── uninstall.sh # 一键卸载脚本
├── docker-compose.yml
├── Dockerfile
└── DEPLOY.md # 部署文档
@@ -51,6 +52,7 @@ docker compose logs -f app # 查看日志
docker compose restart # 重启
docker compose down # 停止
bash deploy.sh # 更新并重新部署
bash uninstall.sh # 一键卸载
```
## 安全说明