Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimeh/docker-flexget
Simple Docker container for running Flexget
https://github.com/jimeh/docker-flexget
Last synced: 2 months ago
JSON representation
Simple Docker container for running Flexget
- Host: GitHub
- URL: https://github.com/jimeh/docker-flexget
- Owner: jimeh
- Created: 2016-10-23T17:10:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-27T17:02:07.000Z (over 2 years ago)
- Last Synced: 2024-08-01T10:17:49.687Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 4
- Watchers: 4
- Forks: 43
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - jimeh/docker-flexget - Simple Docker container for running Flexget (others)
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
```