美文网首页小白运维之路运维总管
离线下载第二弹:使用cloud-torrent进行种子离线下载

离线下载第二弹:使用cloud-torrent进行种子离线下载

作者: 行书以鉴 | 来源:发表于2017-05-04 19:06 被阅读1472次
    cloud-torrent离线下载 设置界面

    github地址:https://github.com/jpillora/cloud-torrent
    支持种子查询功能,自带查询搜索引擎:1337X,EZTV等

    安装方法github上也写的非常详细:
    <h1>Install</h1>
    <h2>二进制源码安装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是你自定义的主机文件夹即文件存放的位置)
    <h2>Go环境下源码安装</h2>
    Go is required to install from source
    $ go get -v github.com/jpillora/cloud-torrent </br>
    </br>
    <h1>当然还有其命令用法</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

    相关文章

      网友评论

        本文标题:离线下载第二弹:使用cloud-torrent进行种子离线下载

        本文链接:https://www.haomeiwen.com/subject/sucdtxtx.html