Skip to content

Alpine based container that running Flexget

Notifications You must be signed in to change notification settings

szhajdu/docker-flexget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

szhajdu/docker-flexget

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

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 \
    ghcr.io/szhajdu/flexget

Links