TorCloud is a cloud & self-hosted torrent downloader. On providing the magnet link files are downloaded from the distributed torrent and stored in the server, which can be streamed or downloaded via HTTP/HTTPS.
Go is required to install from source
go get -v github.com/yg/torcloud
sudo apt update
sudo apt install build-essential
sudo apt install golang-go
export GOPATH=$HOME
export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
mkdir -p $GOPATH/src/github.com/yg
cd src/github.com/yg
git clone https://github.com/yg/torcloud.git
cp torcloud/scripts/service/torcloud.service /etc/systemd/system/
sudo systemctl daemon-reload
sudo systemctl enable torcloud.service
sudo systemctl restart torcloud.service
sudo systemctl status torcloud.service
MIT © Yogi