Skip to content

NoLooseEnds/docker-flexget

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

docker container for running flexget

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 55.0%
  • Shell 45.0%