Added plugins for deluge, transmission

This commit is contained in:
Winston Astrachan 2019-03-16 20:10:37 -04:00
parent 9ceb56b06b
commit eec302077b
2 changed files with 6 additions and 2 deletions

View File

@ -22,6 +22,10 @@ RUN \
cd flexget && \
python3 setup.py install && \
\
# Install python dependencies
pip install deluge-client && \
pip install transmissionrpc && \
\
# Clean up build files, deps
rm -rf /flexget /flexget.tar.gz

View File

@ -52,7 +52,7 @@ If you wish to run this image with docker-compose, an example `docker-compose.ym
version: "2"
services:
bind:
flexget:
image: wastrachan/flexget
container_name: flexget
environment:
@ -67,7 +67,7 @@ services:
## Configuration
Configuration files are stored in the `/config` volume. You may wish to mount this volume as a local directory, as shown in the examples above.
The main config file for FlexGet is `config.yml`, and will be created automatically if the container is started without a config file present. Please review the [FlexGet docs](https://flexget.com/Configuration) for more information.
The main config file for FlexGet is `config.yml`, and will be created automatically if the container is started without a config file present. Please review the [FlexGet docs](https://flexget.com/Configuration) for more information.
#### User / Group Identifiers