Sign inSign up

niiv0832/fleget-telegram

By niiv0832

•Updated over 6 years ago

Image
0

159

niiv0832/fleget-telegram 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

59.7 MB

Last updated

over 6 years ago

docker pull niiv0832/fleget-telegram:3.1.5