下载安装程序
apt install -y curl
sudo curl https://i.jpillora.com/cloud-torrent! | bash

写配置文件
sudo vim /etc/cloud-torrent.json
内容如下:
DownloadDirectory 是下载文件夹,视情况配置下吧
{
"AutoStart": true,
"DisableEncryption": false,
"DownloadDirectory": "/home/downloads",
"EnableUpload": true,
"EnableSeeding": true,
"IncomingPort": 50007
}
配置systemd
sudo vim /usr/lib/systemd/system/cloud-torrent.service
记得配置用户名密码:
[Unit]
Description=cloud-torrent service
After=network.target
[Service]
ExecStart=/usr/local/bin/cloud-torrent -a "username:password" -c /etc/cloud-torrent.json
[Install]
WantedBy=multi-user.target
访问

本文详细介绍了如何在Linux系统上下载并安装云Torrent服务,包括使用curl进行安装、配置下载目录、设置systemd服务以及访问云Torrent的方法。教程涵盖了从安装到配置的全过程。
1424

被折叠的 条评论
为什么被折叠?



