Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jimeh/docker-flexget

Simple Docker container for running Flexget
https://github.com/jimeh/docker-flexget

Last synced: about 2 months ago
JSON representation

Simple Docker container for running Flexget

Awesome Lists containing this project

README

        

# jimeh/flexget

Simple Docker container for running [Flexget](http://flexget.com/).

Some features:

- `convert_magnet` plugin works without missing libtorrent or boost errors.
- `deluge` plugin works.
- `transmission` plugin should work (untested).

## Usage

```
docker run -d \
--name= \
-p 3539:3539 \
-v :/data \
-v :/config \
-e FLEXGET_WEBUI_PASSWORD= \
-e PUID= \
-e PGID= \
jimeh/flexget
```