mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-19 20:09:16 +00:00
RuTorrent Image
ImageLayer
Tag available
- latest (rutorrent/latest/Dockerfile)
- latest-filebot, filebot (rutorrent/latest-filebot/Dockerfile)
Description
What is RuTorrent ?
ruTorrent is a front-end for the popular Bittorrent client rtorrent. This project is released under the GPLv3 license, for more details, take a look at the LICENSE.md file in the source.
What is rtorrent ?
rtorrent is the popular Bittorrent client.
BUILD IMAGE
docker build -t xataz/rutorrent github.com/xataz/dockerfiles.git#master:rutorrent/latest
Configuration
Environments
- UID : Choose uid for launch rtorrent (default : 991)
- GID : Choose gid for launch rtorrent (default : 991)
- WEBROOT : (default : /)
Volumes
- /data : Folder for download torrents
data Folder tree
- /data/.watch : Rtorrent watch this folder and add automatly torrent file
- /data/.session : Rtorrent save statement here
- /data/torrents : Rtorrent download torrent here
- /data/Media : If filebot version, rtorrent create a symlink
Ports
- 80
Usage
Simple launch
docker run -d -p 80:80 xataz/rutorrent
URI access : http://XX.XX.XX.XX
Advanced launch
docker run -d -p 80:80 \
-v /docker/data:/data \
-e UID=1001 \
-e GID=1001 \
-e WEBROOT=/rutorrent \
xataz/rutorrent:filebot
URI access : http://XX.XX.XX.XX/rutorrent