Added plugins for deluge, transmission
This commit is contained in:
parent
9ceb56b06b
commit
eec302077b
@ -22,6 +22,10 @@ RUN \
|
|||||||
cd flexget && \
|
cd flexget && \
|
||||||
python3 setup.py install && \
|
python3 setup.py install && \
|
||||||
\
|
\
|
||||||
|
# Install python dependencies
|
||||||
|
pip install deluge-client && \
|
||||||
|
pip install transmissionrpc && \
|
||||||
|
\
|
||||||
# Clean up build files, deps
|
# Clean up build files, deps
|
||||||
rm -rf /flexget /flexget.tar.gz
|
rm -rf /flexget /flexget.tar.gz
|
||||||
|
|
||||||
|
|||||||
@ -52,7 +52,7 @@ If you wish to run this image with docker-compose, an example `docker-compose.ym
|
|||||||
version: "2"
|
version: "2"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
bind:
|
flexget:
|
||||||
image: wastrachan/flexget
|
image: wastrachan/flexget
|
||||||
container_name: flexget
|
container_name: flexget
|
||||||
environment:
|
environment:
|
||||||
@ -67,7 +67,7 @@ services:
|
|||||||
## Configuration
|
## 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.
|
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
|
#### User / Group Identifiers
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user