Sign inSign up

szhajdu/flexget

By szhajdu

Updated almost 5 years ago

Alpine based container that running Flexget with youtube-dl and FFmpeg

Image
0

1.3K

szhajdu/flexget repository overview

szhajdu/docker-flexget

Alpine based container that running Flexget with youtube-dl and FFmpeg.

Build image

Make a note of the current version of FlexGet on PyPI.

docker build --build-arg FLEXGET_VERSION=<version> -t szhajdu/flexget:latest .

Run container

docker run -d \
    --name=flexget \
    -e PUID=<uid> \
    -e PGID=<gid> \
    -e TZ=Europe/Berlin \
    -p 5050:5050 \
    -v <path to data>:/config \
    -v <path to downloads>:/downloads \
    szhajdu/flexget

Tag summary

Content type

Image

Digest

Size

189.9 MB

Last updated

almost 5 years ago

docker pull szhajdu/flexget