Skip to content

lillysunny/tleech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

screenshot

iTS Torrent is an 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.

Features

Install

Binaries

See the latest release

Source

Go is required to install from source

$ go get -v github.com/ipadtechspot/iTS-torrent

Docker

$ docker run -d -p 3000:3000 -v /path/to/my/downloads:/downloads ipadtechspot/iTS-torrent

Heroku

Click this button to...

Deploy

Usage

$ iTS-torrent --help

  Usage: iTS-torrent [options]

  Options:
  --title, -t        Title of this instance (default iPad TechSpot Torrent Leecher, 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 iTS-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/ipadtechspot/iTS-torrent

License

Copyright (c) 2016 Mehedi Hasan

Creative Commons Legal Code - Attribution-NonCommercial 3.0 Unported

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published