Basic containerisation for rtorrent
| Dockerfile | ||
| entrypoint.sh | ||
| Makefile | ||
| Readme.md | ||
| rtorrent.rc.example | ||
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