Sign inSign up

devonkupiec/flexget

By devonkupiec

Updated over 5 years ago

Image
2

100K+

devonkupiec/flexget repository overview

docker-flexget

Docker image for running flexget

Container features are

  • Lightweight alpine linux
  • Python 3
  • Flexget with initial settings (default config.yml and webui password)
  • pre-installed plug-ins (transmissionrpc, python-telegram-bot)

Note that a default password for webui is set to f1exgetp@ss.

No default password anymore, secure webui using FG_WEBUI_PASSWD below.

Usage

docker run -d \
    --name=<container name> \
    -p 3539:3539 \
    -v <path for data files>:/data \
    -v <path for config files>:/config \
    -e FG_WEBUI_PASSWD=<desired password> \
    -e FG_LOG_LEVEL=info \
    -e PUID=<UID for user> \
    -e PGID=<GID for user> \
    -e TZ=<timezone> \
    wiserain/flexget

Tag summary

Content type

Image

Digest

Size

80.5 MB

Last updated

over 5 years ago

docker pull devonkupiec/flexget