Sign inSign up

vvrf/qbittorrent

By vvrf

•Updated over 2 years ago

https://github.com/vvrfxyz/qbittorrent-aliyunpan

Image
0

10K+

vvrf/qbittorrent repository overview

⁠qbittorrent-aliyunpan

统合qbittorrent和aliyunpan为一个容器,实现qbittorrent下载完成后自动上传至阿里云盘

⁠docker-compose方式启动:
  qbittorrent: 
    image: vvrf/qbittorrent:latest
    container_name: qbittorrent
    restart: unless-stopped
    environment: 
      - WEBUI_PORT=80
      - ALIYUNPAN_REFRESH_TOKEN=xxxxxxxxxx
    ports: 
      - 6881:6881
      - 6881:6881/udp
      - 80:80
    environment: 
      - /qbittorrent/downloads:/downloads
      - /qbittorrent/config:/config/qBittorrent
⁠qbittorrent设置:

torrent完成时运行外部程序(示例): aliyunpan upload "%D/%N" "/%L/%N" 解释:下载完成后自动将文件/文件夹上传至%L(目录)下。

⁠aliyunpan配置相关

详见https://github.com/tickstep/aliyunpan⁠

Tag summary

Content type

Image

Digest

sha256:9069a01f4…

Size

143.5 MB

Last updated

over 2 years ago

docker pull vvrf/qbittorrent