docs: clarify backend is a pure single binary (no docker-specific artifact); container hosting is just running the binary

This commit is contained in:
2026-08-16 12:51:54 +08:00
parent 8843b8cca5
commit e4ce205b7c
2 changed files with 2 additions and 2 deletions

View File

@ -311,7 +311,7 @@ zen 按 User-Agent 指纹识别官方客户端并分流——非官方 UA 的请
| 场景 | 推荐 | 理由 |
| ------ | ------ | ------ |
| 服务器 / 内网网关 / Docker 部署 / 无人值守常驻 | **纯后端**(单二进制) | 极轻量(~10MB、~15MB RSS GUI 依赖,适合 systemd/容器托管、远程管理 |
| 服务器 / 内网网关 / 无人值守常驻 | **纯后端**(单二进制) | 极轻量(~10MB、~15MB RSS依赖单进程,直接跑在 systemd/任意容器里,远程管理 |
| 个人桌面日常使用 / 多设备内网共享 | **GUI**Electron | 免登录内嵌 WebUI、系统托盘一键启停、开机自启、静默后台适合不懂命令行的使用者 |
| Windows 桌面 | **GUI** | 纯后端在 Windows 上需自行注册服务GUI 提供原生托盘/自启体验 |
| CI 一键出三平台安装包 | **GUI 打包脚本** | `make gui-*` 系列出 deb/AppImage/NSIS可进发行流水线 |