之前使用resilio sync搭建P2P网盘,但是resilio对资源的消耗比较大。之前有使用过syncthing,所以尝试使用syncthing替换resilio。
1.具体安装步骤如下:
stable稳定版:每2周更新版本
# Add the release PGP keys:
curl -s https://syncthing.net/release-key.txt | sudo apt-key add -
# Add the "stable" channel to your APT sources:
echo "deb https://apt.syncthing.net/ syncthing stable" | sudo tee /etc/apt/sources.list.d/syncthing.list
# Update and install syncthing:
sudo apt-get update
sudo apt-get install syncthing
2.运行(ps:使用普通账户运行,勿用root)
终端输入:syncthing
3.配置
默认gui端口为8384,浏览器访问127.0.0.1:8384可访问syncthing GUI页面
当然也可以手动修改配置文件在:
$HOME/.config/syncthing/config.xml
可以修改GUI的端口等配置信息。
syncthing VS resilio
资源消耗低 资源消耗高
全球可以发现 tracker server已被墙
速度感人(外网几百k) 速度不错
添加节点速度慢,即使指定了tcp的ip 指定ip速度,发现节点飞快
ios支持不好,只有一个非官方客户端 多端支持
开源 商业闭源
参考:
https://apt.syncthing.net/