Skip to content

mxkkkdkkkdk/toorr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


TorCloud

☁️ TorCloud ☁️

Torrent on Cloud

Pitch

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.

Install

Source

Go is required to install from source

go get -v github.com/yg/torcloud

Setting up

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
Running TorCloud as Service
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

License

MIT © Yogi

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published