Move documentation to gh pages with mkdocs

This commit is contained in:
Zois Pagoulatos
2019-06-04 09:12:36 +02:00
parent bf289f3d6d
commit 2594f3eec3
13 changed files with 1017 additions and 0 deletions

9
docs/rss-plugin.md Executable file
View 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
```