mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-19 20:09:16 +00:00
rtorrent-flood: update readme (closes #131)
This commit is contained in:
parent
472dfb7955
commit
67fd8ebdc6
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user