wiserain / docker-transmission

Docker Transmission with Flexget
https://hub.docker.com/r/wiserain/transmission
6 stars 1 forks source link

docker-transmission

Docker image for running Flexget on top of linuxserver/transmission in a single container.

Usage

docker run -d \
    -v <path to config>:/config \
    -v <path to downloads>:/downloads \
    -v <path to watch folder>:/watch \
    -v <path to flexget folder>:/flexget \
    -e PGID=<gid> -e PUID=<uid> \
    -e TZ=<timezone> \
    -e FG_WEBUI_PASSWD=<your password> \
    -e FG_LOG_LEVEL=info \
    -p 9091:9091 -p 51413:51413 -p 51413:51413/udp \
    -p 5050:5050 \
    wiserain/transmission:flexget

Most importantly, secure flexget webui using FG_WEBUI_PASSWD