下载
curl https://i.jpillora.com/cloud-torrent! | bash
开放端口
firewall-cmd --zone=public --add-port=8726/tcp --permanent
firewall-cmd --reload
启动
nohup /usr/local/bin/cloud-torrent --host 0.0.0.0 --port 8726 --config-path /root/cloud-torrent.json --title "Cloud Torrent" --log >> /var/log/cloud-torrent.log &
查看状态
ps -ef | grep 'cloud-torrent' | grep -v 'grep' | awk '{print $2}'
github链接jpillora/cloud-torrent: ☁ Cloud Torrent: a self-hosted remote torrent client (github.com)