[全平台 x86-64、arm64、arm32] qBittorrent增强版,防吸血
1M+
博客:https://sleele.com/2020/01/09/docker-qbittorrent增强版,反迅雷吸血
GitHub:https://github.com/SuperNG6/Docker-qBittorrent-Enhanced-Edition
https://hub.docker.com/r/superng6/qbittorrentee
https://github.com/qbittorrent/qBittorrent
https://github.com/c0re100/qBittorrent-Enhanced-Edition
https://github.com/ngosang/trackerslist
https://github.com/SuperNG6/docker-qbittorrent https://hub.docker.com/r/superng6/qbittorrent
x86-64、arm64、armhf| Architecture | Tag |
|---|---|
| x86-64 | latest |
| arm64 | latest |
| armhf | latest |
1、自动同步更新最新版本qBittorrent Enhanced Edition
1、qBittorrent Enhanced Edition update to v4.3.0.10
2、x86-64、arm64、armhf由自编译转为官方静态编译版
3、减小镜像体积
1、qBittorrent Enhanced Edition update to v4.2.5.16
1、qBittorrent Enhanced Edition update to v4.2.5.15
2、libtorrent update to 1.2.10-0f0afec8c (Fix #127)
3、Optional Button for re-enable Torrent IP Filter (Tools>Enable Torrent IP Filter).
1、更新LIBTORRENT v1.2.8,QBITTORRENT v4.2.5.13
2、更新base image
3、没别的更新了,已经很完善了
1、构建全平台架构镜像`x86-64`、`arm64`、`armhf`
2、设置磁盘缓存,默认参数`x86-64:512M`、`arm64:128M`、`armhf:64M`
1、默认缓存设置参数为 x86-64:512M、arm64:64M,提升下载性能
2、除了自动更新tracker外,内置400多条tracker,默认启用,以便于在GitHub连接有问题时使用
1、修改conf,优化参数,减少手动设置
2、自动下载并更新tracker list
3、默认中文
4、基于qBittorrent-Enhanced-Edition 4.1.9.15 最新版的SSL有问题
群晖用户请使用你当前的用户SSH进系统,输入 id 你的用户id 获取到你的UID和GID并输入进去

对你的docker配置文件夹的根目录进行如图操作,你的下载文件夹的根目录进行相似操作,去掉管理这个权限,只给写入,读取权限

docker create \
--name=qbittorrentee \
-e WEBUIPORT=8080 \
-e PUID=1026 \
-e PGID=100 \
-e TZ=Asia/Shanghai \
-p 6881:6881 \
-p 6881:6881/udp \
-p 8080:8080 \
-v /配置文件位置:/config \
-v /下载位置:/downloads \
--restart unless-stopped \
superng6/qbittorrentee:latest
version: "2"
services:
qbittorrentee:
image: superng6/qbittorrentee
container_name: qbittorrentee
environment:
- PUID=1026
- PGID=100
- TZ=Asia/Shanghai
volumes:
- /path/to/appdata/config:/config
- /path/to/downloads:/downloads
ports:
- 6881:6881
- 6881:6881/udp
- 8080:8080
restart: unless-stopped
| 参数 | 说明 |
|---|---|
--name=qbittorrentee | 容器名 |
-p 8080:8080 | web访问端口 IP:8080;(默认用户名:admin;默认密码:adminadmin);此端口需与容器端口和环境变量保持一致,否则无法访问 |
-p 6881:6881 | BT下载监听端口 |
-p 6881:6881/udp | BT下载DHT监听端口 |
-v /配置文件位置:/config | qBittorrent配置文件位置 |
-v /下载位置:/downloads | qBittorrent下载位置 |
-e WEBUIPORT=8080 | web访问端口环境变量 |
-e TZ=Asia/Shanghai | 系统时区设置,默认为Asia/Shanghai |
| 参数 | 说明 |
|---|---|
本地文件夹1:/downloads | qBittorrent下载位置 |
本地文件夹2:/config | qBittorrent配置文件位置 |
| 参数 | 说明 |
|---|---|
本地端口1:6881 | BT下载监听端口 |
本地端口2:6881/udp | BT下载DHT监听端口 |
本地端口3:8080 | web访问端口 IP:8080;(默认用户名:admin;默认密码:adminadmin);此端口需与容器端口和环境变量保持一致,否则无法访问 |
| 参数 | 说明 |
|---|---|
TZ=Asia/Shanghai | 系统时区设置,默认为Asia/Shanghai |
WEBUIPORT=8080 | web访问端口环境变量 |
Content type
Image
Digest
sha256:dde44700e…
Size
43.9 MB
Last updated
about 2 months ago
docker pull superng6/qbittorrentee