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

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

Alpine based container that running Flexget
https://github.com/szhajdu/docker-flexget

alpine flexget

Last synced: about 1 year ago
JSON representation

Alpine based container that running Flexget

Awesome Lists containing this project

README

          

# szhajdu/docker-flexget

Alpine based container that running [Flexget](https://www.flexget.com/) with [youtube-dl](http://ytdl-org.github.io/youtube-dl/) and [FFmpeg](https://www.ffmpeg.org/).

## Run container

```bash
docker run -d \
--name=flexget \
-e PUID= \
-e PGID= \
-e TZ=Europe/Berlin \
-p 5050:5050 \
-v :/config \
-v :/downloads \
ghcr.io/szhajdu/flexget
```

## Links

- [GitHub](https://github.com/Flexget/Flexget)
- [FlexGet Plugins](https://flexget.com/Plugins)
- [FlexGet Daemon](https://flexget.com/Daemon)