🍿 🐳 Docker rTorrent + ruTorrent (plugins and geoip) + Filebot
100K+
Image of origin comes from xataz: docker-rtorrent-rutorrent
Image
djerfy/rutorrent:latestuse ruTorrent v3.10-beta (works with rTorrent v0.9.8) but stable for use
See repository here
What is ruTorrent?
What is rTorrent?
UID: define uid to running services (default: 991)GID: define gid to running services (default: 991)WEBROOT: default access ruTorrent (default: /)BASEURL: default URL access ruTorrent (default: localhost)BASEURL_SCHEME: default scheme access ruTorrent (default: http)BASEURL_USER: define htpasswd username (default: none)BASEURL_PASS: define htpasswd password (default: none)RTORRENT_PORT: port used for rTorrent (default: 6881)RTORRENT_DHT: if DHT is to be used (default: off)FILEBOT_FOLDER: define emplacement to create files (default: Media)FILEBOT_METHOD: method for rename media (default: symlink)FILEBOT_MOVIES: regex for rename movies (default: "{n} ({y})")FILEBOT_MUSICS: regex for rename musics (default: "{n}/{fn}")FILEBOT_SERIES: regex for rename tvshow (default: "{n}/Season {s.pad(2)}/{s00e00} - {t}")FILEBOT_ANIMES: regex for rename animes (default: "{n}/{e.pad(3)} - {t}")FILEBOT_LICENSE_FILE: define the license file (default: none)FILEBOT_EXCLUDE_FILE: define the exclude file, related with $FILEBOT_FOLDER (default: /data/Media/amc.excludes)FILEBOT_SCRIPT: execute script after executing filebot command (default: no)FILEBOT_SCRIPT_DIR: define emplacement to have script postexec (default: null)FILEBOT_LANG: define language used for filebot (default: en)FILEBOT_CONFLICT: define actions for conflicts (default: skip)DEBUG: running with debug output (bool) (default: false)SKIP_PERMS: don't apply chown on medias (movies, tvshow, animes, ...) (default: no)/data: folder for download torrents/config: folder for rTorrent and ruTorrent configuration8080: ruTorrent interface6881: rTorrent (override with RTORRENT_PORT)Access to ruTorrent interface: http://xxx.xxx.xxx.xxx:8080/
docker container run -d --name rutorrent -p 8080:8080 -p 6881:6881 djerfy/rutorrent:latest
With custom values:
docker container run -d \
--name rutorrent \
-p 8080:8080 \
-p 9999:9999 \
-e WEBROOT=/ \
-e BASEURL=seedbox.example.com \
-e BASEURL_SCHEME=https \
-e RTORRENT_DHT=on \
-e RTORRENT_PORT=9999 \
-e FILEBOT_METHOD=move \
-e UID=1001 \
-e GID=1001 \
-e DEBUG=true \
-v $(pwd)/data/data:/data \
-v $(pwd)/data/config:/config \
djerfy/rutorrent:latest
Content type
Image
Digest
Size
573.6 MB
Last updated
about 7 years ago
docker pull djerfy/rutorrent