Skip to content

Latest commit

 

History

History
executable file
·
9 lines (8 loc) · 361 Bytes

rss-plugin.md

File metadata and controls

executable file
·
9 lines (8 loc) · 361 Bytes

The Transmission RSS plugin can optionally be run as a separate container. It allows downloading torrents based on an RSS URL, see Plugin page.

$ docker run -d \
      -e "RSS_URL=<URL>" \
      --link <transmission-container>:transmission \
      --name "transmission-rss" \
      haugene/transmission-rss