/data/media (choose filebot tag).| Argument | Description | Type | Default value |
|---|---|---|---|
| RTORRENT_VER | rtorrent version | optional | 0.9.8 |
| LIBTORRENT_VER | libtorrent version | optional | 0.13.8 |
| LIBZEN_VER | libzen version | optional | 0.4.37 |
| LIBMEDIAINFO_VER | libmediainfo version | optional | 19.09 |
| FILEBOT | Build with filebot | optional | false |
| FILEBOT_VER | Filebot version | optional | 4.8.5 |
| CHROMAPRINT_VER | Chromaprint version | optional | 1.4.3 |
docker build -t mondedie/rutorrent:latest https://github.com/mondediefr/docker-rutorrent.git
docker build -t mondedie/rutorrent:filebot \
--build-arg FILEBOT=true \
https://github.com/mondediefr/docker-rutorrent.git
| Variable | Description | Type | Default value |
|---|---|---|---|
| UID | Choose uid for launch rtorrent | optional | 991 |
| GID | Choose gid for launch rtorrent | optional | 991 |
| PORT_RTORRENT | Port of rtorrent | optional | 45000 |
| DHT_RTORRENT | DHT option in rtorrent.rc file | optional | off |
| CHECK_PERM_DATA | Check permission data in downloads directory | optional | true |
| Variable | Description | Type | Default value |
|---|---|---|---|
| FILEBOT_LICENSE | License file path | required | none |
| FILEBOT_RENAME_METHOD | Method for rename media | optional | symlink |
| FILEBOT_LANG | Set your language | optional | fr |
| FILEBOT_CONFLICT | Conflict management | optional | skip |
/data : folder for download torrents/config : folder for rtorrent and rutorrent configuration/data/.watch : rtorrent watch directory/data/.session : rtorrent save statement here/data/downloads : rtorrent download torrent here/data/media : organize your media and create a symlink with filebot/config/rtorrent : path of .rtorrent.rc/config/rutorrent/conf : global configuration of rutorrent/config/rutorrent/share : rutorrent user configuration and cache/config/custom_plugins : add your own plugins/config/custom_themes : add your own themes/config/filebot : add your License file in this folder and modify args_amc.txt filedocker run --name rutorrent -dt \
-e UID=1000 \
-e GID=1000 \
-p 8080:8080 \
-p 45000:45000 \
-v /mnt/docker/rutorrent/config:/config \
-v /mnt/docker/rutorrent/data:/data \
mondedie/rutorrent:latest
URI access : http://xx.xx.xx.xx:8080
Add custom plugin :
mkdir -p /mnt/docker/rutorrent/config/custom_plugins
git clone https://github.com/Gyran/rutorrent-ratiocolor.git /mnt/docker/rutorrent/config/custom_plugins
Run container :
docker run --name rutorrent -dt \
-e UID=1000 \
-e GID=1000 \
-e DHT_RTORRENT=on \
-e PORT_RTORRENT=6881 \
-e FILEBOT_LICENSE=/config/filebot/FileBot_License_XXXXXXXXX.psm \
-e FILEBOT_RENAME_METHOD=move \
-p 9080:8080 \
-p 6881:6881 \
-p 6881:6881/udp \
-v /mnt/docker/rutorrent/config:/config \
-v /mnt/docker/rutorrent/data:/data \
mondedie/rutorrent:filebot
URI access : http://xx.xx.xx.xx:9080
Docker image mondedie/rutorrent is released under MIT License.
Content type
Image
Digest
Size
59.4 MB
Last updated
over 6 years ago
docker pull mistercyp/rutorrent