[Official] bittorrent client and server in pure Rust. https://github.com/ikatson/rqbit
10K+
rqbit is a BitTorrent client written in Rust. More here: https://github.com/ikatson/rqbit
Suggest to run in --net=host mode, so that the following features work:
/home/rqbit/db - for storing session persistence, it remembers which torrents you had/home/rqbit/cache - for storing DHT cache/home/rqbit/downloads - for storing your downloads. Mount this to a host folder for example.rqbit supports many environment variables for configuration, you can explore them by running with --help, e.g.
docker run --rm ikatson/rqbit --help
docker run --rm ikatson/rqbit server start --help
Example compose.yaml file
Content type
Image
Digest
sha256:4f00e93c4…
Size
7.7 MB
Last updated
9 days ago
Requires Docker Desktop 4.37.1 or later.