Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 786 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 786 Bytes

TrOne 一键脚本

Transmission 与 Flexget 的一键脚本,仅支持centos。

要求

centos

使用

 wget https://github.com/Haknima/TrOne/raw/master/TrOne.sh && bash TrOne.sh 

transmission 管理命令

 service transmissiond {start|stop|restart|status}

或者

 systemctl {start|stop|restart|status} transmissiond.service

默认账号: zhanghao
默认密码: mima
默认端口: 9091

flexget 注意事项

flexget 配置文件存放在 /root/flexget/config.yml 修改文件需遵循YAML语法,不能使用tab,要用空格来缩进,每个层级要用两个空格缩进。
现只加入简单rss功能,其他配置可参考官方文档:https://flexget.com/Plugins