rss-middleware 的目的是提取 RSS 订阅中的磁力,并将磁力推送到 qBittorrent 中。
Usage of rss-middleware.exe:
-cron string
守护模式
-qbittorrent string
qBittorrent API 链接地址
-qbittorrent-password string
qBittorrent 密码
-qbittorrent-username string
qBittorrent 用户名
-rss string
RSS 链接地址
-config-path string
配置文件、数据文件存储目录
docker run --name rss-middleware -e RSS=https://rsshub.app/dytt -e QBITTORRENT=http://192.168.194.20:8080 -e QBITTORRENT_USERNAME=admin -e QBITTORRENT_PASSWORD=admin -e CRON="*/1 * * * *" bpazy/rss-middleware- 下载 docker-compose.yml 到任意位置;
- 编辑 docker-compose.yml 文件;
- 启动:
docker-compose up -d