logo
icon

qB Downloader Stack

Deploy qBittorrent, rclone rcd, and qb-downloader in one service. This template is designed for Zeabur and avoids cross-service volume sharing.

template cover
部署次数2
发布者ksbbs
创建于2026-02-15
模版内的服务
service icon
标签
DownloadBitTorrentStorage

qB Downloader Stack

This template deploys the following components in one service:

  • qBittorrent for torrent downloading
  • rclone rcd for cloud upload API
  • qb-downloader for task orchestration and web management

Why single-service architecture

Zeabur does not support sharing one volume across different services. Running all components in one service ensures they can safely share /data.

Default access

  • qb-downloader URL: ${ZEABUR_WEB_URL}
  • qBittorrent URL: https://${QBIT_DOMAIN}
  • Username: admin
  • Password: ${STACK_PASSWORD}

Exposed ports

  • 7845 (HTTP): qb-downloader web panel
  • 8080 (HTTP): qBittorrent WebUI
  • 6881 (TCP/UDP): BitTorrent traffic

Storage paths

  • Downloads: /data/downloads
  • qBittorrent profile: /data/qb-profile
  • rclone config: /data/rclone/rclone.conf
  • qb-downloader config: /data/config/qb-downloader/config.toml
  • qb-downloader task state: /data/share/qb-downloader/tasks.json

Upload target

Default upload path in qb-downloader: cloud:${S3_BUCKET}/${S3_UPLOAD_BASE_PATH}

Notes

  • The service installs runtime packages at startup (apt-get), so first boot takes longer.
  • qb-downloader release version defaults to v2.3.0 and can be changed with QBD_VERSION.