qbittorrent BT下载工具

qbittorrent BT下载工具

一个 qBittorrent Web UI,用 TypeScript+Vue 编写。

docker run -d \
 --name=qbittorrent \
 -e PUID=1026 \
 -e PGID=100 \
 -e TZ=Asia/Shanghai \
 -e WEBUI_PORT=9880 \
 -p 9880:9880 \
 -p 26881:6881 \
 -p 26881:6881/udp \
 -v /volume1/docker/qbittorrent:/config \
 -v /volume1/downloads:/downloads \
 --restart unless-stopped \
 linuxserver/qbittorrent:latest
github.com/CzBiX/qb-web/releases/latest

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注