Skip to content

Bpazy/rss-middleware

Repository files navigation

rss-middleware

Build Docker Pulls

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 示例

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 (推荐)

  1. 下载 docker-compose.yml 到任意位置;
  2. 编辑 docker-compose.yml 文件;
  3. 启动: docker-compose up -d