From 67fd8ebdc6beefd41cd53f1e298ee105622a7197 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Wed, 22 Feb 2017 20:34:00 +0100 Subject: [PATCH] rtorrent-flood: update readme (closes #131) --- rtorrent-flood/README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/rtorrent-flood/README.md b/rtorrent-flood/README.md index 36bbb00..30ef4a7 100644 --- a/rtorrent-flood/README.md +++ b/rtorrent-flood/README.md @@ -9,6 +9,19 @@ - [Filebot](http://www.filebot.net/) is included, and creates symlinks in `/data/Media`. - [Flood](https://github.com/jfurrow/flood), a modern web UI for rTorrent with a Node.js backend and React frontend. +#### Build-time variables +- **RTORRENT_VER** : rtorrent version +- **LIBTORRENT_VER** : libtorrent version +- **MEDIAINFO_VER** : libmediainfo version +- **FILEBOT_VER** : filebot version +- **BUILD_CORES** : number of cores used during build + +#### Environment variables +- **UID** : user id +- **GID** : group id +- **FLOOD_SECRET** : flood secret key +- **PKG_CONFIG_PATH** : `/usr/local/lib/pkgconfig` (don't touch) + #### Ports - **49184** (bind it). - **3000** [(reverse proxy!)](https://github.com/hardware/mailserver/wiki/Reverse-proxy-configuration) @@ -19,4 +32,4 @@ #### Volumes - **/data** : your downloaded torrents, session files, symlinks... -- **/usr/flood/server/db** : Flood databases. +- **/flood-db** : Flood databases.