Sign inSign up

loxoo/flood

By loxoo

Updated about 2 years ago

A Docker image for flood web UI for rTorrent

Image
1

6.1K

loxoo/flood repository overview

loxoo/flood

Git Commit Build Status Latest Version Size Docker Stars Docker Pulls

Usage

docker run -d \
    --name=srvflood \
    --restart=unless-stopped \
    --hostname=srvflood \
    -p 3000:3000 \
    -e FLOOD_SECRET=$(openssl rand -hex 32) \
    -e RTORRENT_SCGI_HOST=localhost \
    -e RTORRENT_SCGI_PORT=5000 \
    -v $PWD/data:/data \
    loxoo/flood

Environment

  • $SUID - User ID to run as. default: 912
  • $SGID - Group ID to run as. default: 900
  • $FLOOD_BASE_URI - The directory to access Flood. _default: /
  • $FLOOD_SECRET - A key for encrypting session cookie/JWT. _default: flood
  • $RTORRENT_SCGI_HOST - The address of your rtorrent SCGI socket. _default: localhost
  • $RTORRENT_SCGI_PORT - The port of your rtorrent SCGI socket. _default: 5000
  • $RTORRENT_SOCK - Enable UNIX socket connection to rtorrent. optional
  • $RTORRENT_SOCK_PATH - The path of the rtorrent socket. _default: /data/rtorrent.sock
  • $FLOOD_ENABLE_SSL - Enable bundled SSL encryption. optional
  • $TZ - Timezone. optional

Volume

  • /data - A path for storing flood data.

Network

  • 3000/tcp - The port that Flood should listen for web connections on.

Tag summary

Content type

Image

Digest

sha256:8a221f1a8

Size

39.5 MB

Last updated

about 2 years ago

docker pull loxoo/flood