Sign inSign up

alisio/flexget

By alisio

•Updated over 5 years ago

A docker image for running flex get without messing with your python environment.

Image
0

499

alisio/flexget repository overview

⁠Overview

For flexget users with integrated transmission service, this his image contains the flexget and its package dependencies, plus python transmission-rpc module.

It is expected to execute containers based on this image using a scheduling service, like cron, and a provided a flexget config file containing your usual recipe plus a transmission config section. Once the container finishes processing the config file it will stop.

This container will process a flexget configuration file named config.yml, so you must provide one in the root of the given volume.

⁠Basic Usage

docker run --rm  -v path_to_config_folder:/config  alisio/flexget

⁠Flexget config.yml sample

Flexget transmission module sample config:

transmission:
  host: localhost
  port: 9091
  username: myusername
  password: mypassword

⁠Reference

⁠Author

Antonio Alisio de Meneses Cordeiro - [email protected]⁠

Tag summary

Content type

Image

Digest

Size

251.1 MB

Last updated

over 5 years ago

docker pull alisio/flexget