Basic containerisation for rtorrent
Find a file
2026-05-29 11:47:15 +02:00
Dockerfile Added ca-certificates pkg 2026-05-29 11:45:13 +02:00
entrypoint.sh Fix env var testing 2026-05-29 11:46:06 +02:00
Makefile Quick makefile for building and running ct 2026-05-29 11:47:15 +02:00
Readme.md Initial commit 2026-05-27 23:46:30 +02:00
rtorrent.rc.example Change dir for socket 2026-05-29 11:46:26 +02:00

Environment

You can enable local socket with: RTORRENT_ENABLE_LOCAL_SOCKET=true

You can disable SCGI (used with ruTorrent) with: RTORRENT_DISABLE_SCGI=true

You can change SCGI Port RTORRENT_SCGI_PORT=20000

You can configure max download speed RTORRENT_THROTTLE_DOWN_MAXRATE=2000

You can configure max upload speed `RTORRENT_THROTTLE_UP_MAXRATE=100

Todo

  • Turn peer number/limitation as env var
  • Change methodology to allow rtorrent to start without running entrypoint.sh: sed should replace line and substring