/flexget

Primary LanguageShell

fallingreign/flexget

A simple flexget container with:

Usage

docker create \
  --name=flexget \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Country/City \
  -e FLEXGET_LOG_LEVEL=info
  -e FLEXGET_WEB_PASS=password
  -p 5050:5050 \
  -v <path/to/config>:/config \
  -v <path/to/media>:/media \
  -v <path/to/downloads>:/downloads \
  --restart always \
  fallingreign/flexget

Container Parameters

Parameter Function
-p 5050 The port for the flexget webinterface
-e PUID=1000 for UserID
-e PGID=1000 for GroupID
-e TZ=Country/City Specify a timezone
-e FLEXGET_LOG_LEVEL=debug Specify a flexget debug level
-e FLEXGET_WEB_PASS=password Specify a password for the flexget web interface
-v /config Flexget config files
-v /media Location of your media library on disk
-v /downloads Location of your download directory