Skip to content

botjoin/cloud-torrent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

screenshot

Build Status SimpleTorrent is a a self-hosted remote torrent client, written in Go (golang). Started torrents remotely, download sets of files on the local disk of the server, which are then retrievable or streamable via HTTP.

This project is a re-branded fork of cloud-torrent by jpillora.

Features

  • Run extrenal program on tasks completed: DoneCmd
  • Stops task when seeding ratio reached: SeedRatio
  • Download/Upload speed limiter: UploadRate/DownloadRate
  • Detailed transfer stats in web UI.
  • Torrent Watcher
  • K8s/docker health-check endpoint /healthz
  • Extra trackers add from http source
  • Protocol Handler to magnet:

Also:

  • Single binary
  • Cross platform
  • Embedded torrent search
  • Real-time updates
  • Mobile-friendly
  • Fast content server
  • IPv6 out of the box
  • Go modules introduced and compatiable with go 1.12+
  • Updated torrnet engine from anacrolix/torrent

Install

Binary

See the latest release or use the oneline script to do a quick install on modern Linux.

bash <(wget -qO- https://raw.githubusercontent.com/boypt/simple-torrent/master/scripts/quickinstall.sh)

The script install a systemd unit (under scripts/cloud-torrent.service) as service. Read further intructions: Auth And Security

Docker Docker Pulls Image Size

$ docker run -d -p 3000:3000 -v /path/to/my/downloads:/downloads -v /path/to/my/torrents:/torrents boypt/cloud-torrent

Source

Golang is required to compile from source

$ git clone https://github.com/boypt/simple-torrent.git
$ cd simple-torrent
$ ./scripts/make_release.sh

Usage

Commandline Options

See Wiki Command line Options

Configuration file

See Wiki Detailed Explanation of config.json

Use with WEB servers (nginx/caddy)

See Wiki Behind WebServer (reverse proxying)

Credits

About

☁️ Cloud Torrent: a self-hosted remote torrent client

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 37.2%
  • HTML 26.3%
  • JavaScript 25.2%
  • CSS 6.4%
  • Shell 4.0%
  • Dockerfile 0.7%
  • Makefile 0.2%