mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-27 08:01:06 +00:00
38 lines
1.3 KiB
Markdown
38 lines
1.3 KiB
Markdown
# qBittorrent
|
|
|
|
## 应用简介
|
|
qBittorrent 是一个跨平台的开源 BitTorrent 客户端。
|
|
|
|
英文说明:qBittorrent is a cross-platform open source BitTorrent client.
|
|
|
|
## 部署说明
|
|
- 本应用使用 Docker Compose 在 1Panel 中部署。
|
|
- 应用分类:工具。
|
|
- 支持架构:amd64。
|
|
- 可选版本:`latest`、`4.3.5`、`4.5.2`。
|
|
- 安装后按应用表单中的端口访问 Web UI、SSH 或对应服务。
|
|
|
|
## 端口
|
|
| 变量 | 说明 | 默认值 | 必填 |
|
|
| --- | --- | --- | --- |
|
|
| PANEL_APP_PORT_HTTP | 网页端口 | 40155 | 是 |
|
|
| PEER_PORT_VALUE | BT端口 | 40150 | 是 |
|
|
|
|
## 数据持久化
|
|
| 变量 | 说明 | 默认值 | 必填 |
|
|
| --- | --- | --- | --- |
|
|
| CACHE_PATH | 缓存文件夹路径 | ./data/.cache | 是 |
|
|
| DOWNLOAD_PATH | 下载文件夹路径 | ./data/downloads | 是 |
|
|
|
|
升级或迁移前,请在 1Panel 中备份上述数据目录。
|
|
|
|
## 使用说明
|
|
- 安装完成后,在 1Panel 应用页面查看运行状态、端口和日志。
|
|
- 首次启用前,请按安装表单填写域名、账号、密码、Token、数据目录等参数。
|
|
- 如需对外开放访问,请同步检查防火墙、安全组和反向代理配置。
|
|
|
|
## 参考资料
|
|
- 官网: <https://www.qbittorrent.org/>
|
|
- 文档: <http://wiki.qbittorrent.org/>
|
|
- 源码: <https://github.com/qbittorrent/qBittorrent>
|