feat: 优化 qBittorrent 安装包

This commit is contained in:
wanghe-fit2cloud
2024-04-02 16:18:31 +08:00
parent d4d6ca8ce5
commit f9cdaef1c4
7 changed files with 51 additions and 58 deletions
+24
View File
@@ -0,0 +1,24 @@
additionalProperties:
formFields:
- default: 8181
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: WebUI Port
labelZh: 网页端口
required: true
rule: paramPort
type: number
- default: 48181
edit: true
envKey: PANEL_TORRENTING_PORT
labelEn: Torrenting port
labelZh: 做种端口
required: true
type: number
- default: Asia/Shanghai
edit: true
envKey: TIME_ZONE
labelEn: Time zone
labelZh: 时区
required: true
type: text
+27
View File
@@ -0,0 +1,27 @@
version: '3'
services:
qbittorrent:
image: linuxserver/qbittorrent:4.6.3
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
environment:
- PUID=1000
- PGID=1000
- UMASK_SET=022
- TZ=${TIME_ZONE}
- WEBUI_PORT=${PANEL_APP_PORT_HTTP}
- TORRENTING_PORT=${PANEL_TORRENTING_PORT}
ports:
- ${PANEL_TORRENTING_PORT}:${PANEL_TORRENTING_PORT}
- ${PANEL_TORRENTING_PORT}:${PANEL_TORRENTING_PORT}/udp
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
volumes:
- ./config:/config
- ./data:/downloads
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true
+19
View File
@@ -0,0 +1,19 @@
# 应用初始化:
- 数据目录:`./data`
- 默认账号:`admin`
- 密码:`临时密码打印到容器日志中`
> 注意:您必须在设置的 Web UI 部分更改用户名/密码。如果不更改密码,每次启动容器时都会生成一个新密码。
# qBittorrent
**qBittorrent** 是一款免费开源的 BitTorrent 客户端程序,用于下载和分享文件通过 BitTorrent 协议。它提供了一个直观的用户界面,支持多平台,包括 Windows、macOS、Linux、FreeBSD 等操作系统。
### 主要特点:
- **轻量级** qBittorrent 软件体积小,资源消耗低,运行稳定。
- **多平台支持**: 用户可以在多个操作系统上使用 qBittorrent,满足不同用户的需求。
- **功能丰富**: 支持搜索、RSS 订阅、IP 过滤、加密传输等功能,满足用户的多样化需求。
- **用户友好**: 提供直观的用户界面,使用户能够轻松管理和控制下载任务。
- **免费开源** qBittorrent 是免费开源软件,用户可以自由地使用、修改和分发。
+19
View File
@@ -0,0 +1,19 @@
name: qBittorrent
tags:
- 实用工具
title: 跨平台的开源 BitTorrent 客户端
description: 跨平台的开源 BitTorrent 客户端
additionalProperties:
key: qbittorrent
name: qBittorrent
tags:
- Tool
shortDescZh: 跨平台的开源 BitTorrent 客户端
shortDescEn: Cross-platform open source BitTorrent client
type: tool
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://www.qbittorrent.org/
github: https://github.com/qbittorrent/qBittorrent
document: http://wiki.qbittorrent.org/
Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB