Cloud torrent is a a self-hosted remote torrent client, written in Go (golang). You start torrents remotely, which are downloaded as sets of files on the local disk of the server, which are then retrievable or streamable via HTTP.
- Single binary
- Cross platform
- Embedded torrent search
- Real-time updates
- Mobile-friendly
- Fast content server
- More features coming soon
Binaries
See the latest release or download it now with curl i.jpillora.com/cloud-torrent | bash
Source
Go is required to install from source
$ go get -v github.com/jpillora/cloud-torrent
Docker
$ docker run -d -p 3000:3000 -v /path/to/my/downloads:/downloads jpillora/cloud-torrent
Heroku
Click this button to...
$ cloud-torrent --help
Usage: cloud-torrent [options]
Options:
--title, -t Title of this instance (default Cloud Torrent, env TITLE)
--port, -p Listening port (default 3000, env PORT)
--host, -h Listening interface (default all)
--auth, -a Optional basic auth in form 'user:password' (env AUTH)
--config-path, -c Configuration file path (default cloud-torrent.json)
--key-path, -k TLS Key file path
--cert-path, -r TLS Certicate file path
--log, -l Enable request logging
--open, -o Open now with your default browser
--help
--version, -v
Version:
0.8.8
Read more:
https://github.com/jpillora/cloud-torrent
This project is the version 2 rewrite of the original Node version.
Credits to anacrolix
for https://github.com/anacrolix/torrent
Copyright (c) 2016 Jaime Pillora
Creative Commons Legal Code - Attribution-NonCommercial 3.0 Unported