Cloud Torrent 使用教程(老司机专用软件)

使用教程详细地址,我就不再造轮子了:
http://51.ruyo.net/2723.html

由于作者写的也比较详细,所以我就简单介绍下原文中失效的脚本及补刀。

逗比脚本新地址:(两个脚本一样)
[cc lang="php"]wget -N --no-check-certificate https://softs.fun/Bash/cloudt.sh && chmod +x cloudt.sh && bash cloudt.sh
wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/cloudt.sh && chmod +x cloudt.sh && bash cloudt.sh[/cc]
使用方法都比较简单,安装使用都没问题,就是他脚本使用之后标题为:Cloud Torrent - 逗比根据地

一般人都喜欢原版标题对不,我们只需要执行下面的操作:

[cc lang="bash"]sed -i "s/Cloud Torrent - 逗比根据地/Cloud Torrent/g" /etc/init.d/cloudt[/cc]

即可。

如果不喜欢脚本,使用文章头部里自己编译使用即可,我也简单说说开启方法:
[cc lang="bash"]$ 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)(监听的端口,默认3000)
--host, -h Listening interface (default all)(这里可以使用自己的域名,多IP的监听某一个IP)
--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 (SSL KEY 目录)
--cert-path, -r TLS Certicate file path (SSL Crt 目录)
--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[/cc]

其他的,也没啥好解释了,对了,mp4/wbem/ogg可以在线预览。
» 本文链接:Cloud Torrent 使用教程(老司机专用软件)
» 转载请注明来源:刺客博客
» 如果文章失效或者安装失败,请留言进行反馈。