Move documentation to gh pages with mkdocs
This commit is contained in:
9
docs/rss-plugin.md
Executable file
9
docs/rss-plugin.md
Executable file
@@ -0,0 +1,9 @@
|
||||
The Transmission RSS plugin can optionally be run as a separate container. It allow to download torrents based on an RSS URL, see [Plugin page](https://github.com/nning/transmission-rss).
|
||||
|
||||
```
|
||||
$ docker run -d \
|
||||
-e "RSS_URL=<URL>" \
|
||||
--link <transmission-container>:transmission \
|
||||
--name "transmission-rss" \
|
||||
haugene/transmission-rss
|
||||
```
|
Reference in New Issue
Block a user