rtorrent-flood: update readme (closes #131)

This commit is contained in:
Wonderfall 2017-02-22 20:34:00 +01:00 committed by GitHub
parent 472dfb7955
commit 67fd8ebdc6

View File

@ -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.