github地址:https://github.com/jpillora/cloud-torrent
支持種子查詢功能歇僧,自帶查詢搜索引擎:1337X闷祥,EZTV等
安裝方法github上也寫的非常詳細(xì):
<h1>Install</h1>
<h2>二進(jìn)制源碼安裝Binaries</h2>
See the latest release or download and install it now with
curl https://i.jpillora.com/cloud-torrent! | bash
</br>
<h2>Docker部署(最高效便捷)</h2>
$ docker run -d -p 3000:3000 -v /path/to/your/downloads:/downloads jpillora/cloud-torrent
(注意/path/to/your/downloads是你自定義的主機(jī)文件夾即文件存放的位置)
<h2>Go環(huán)境下源碼安裝</h2>
Go is required to install from source
$ go get -v github.com/jpillora/cloud-torrent </br>
</br>
<h1>當(dāng)然還有其命令用法</h1>
$ cloud-torrent --help
Usage: cloud-torrent [options]
Options:
--title, -t Title of this instance (default Cloud Torrent, 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 cloud-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.X.Y
Read more:
https://github.com/jpillora/cloud-torrent