Skip to content

Cloud Torrent

Cloud Torrent: a self-hosted remote torrent client

Install

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

Rancher에서 아래와 같이 적용하였다.

  • Console: Interactive & TTY (-i -t)
  • Auto Restart: always
  • Volume: /var/opt/cloud-torrent:/downloads
  • Port: 18002:3000
## Host pc:
$ mkdir /var/opt/cloud-torrent
$ sudo chgrp docker /var/opt/cloud-torrent

See also

Favorite site