更新 Syncthing文件同步搭建

X 2025-05-07 01:19:04 +00:00
parent 276401e7f1
commit 86a7e86a0d

@ -75,12 +75,13 @@ systemctl status stdiscosrv
# 二、客户端部署
- Linux
[下载链接](https://syncthing.net/downloads/)
```
#创建启动用户
sudo useradd -r -s /bin/false -U -m -d /usr/share/st st
sudo usermod -a -G st $(whoami)
#下载安装包并解压:[下载链接](https://syncthing.net/downloads/)
#下载安装包并解压
tar -zxvf tar -zxvf syncthing-linux-amd64-v1.29.6.tar.gz -C /opt
mv /opt/syncthing-linux-amd64-v1.29.6 /opt/syncthing
sudo chown -R st:st /opt/syncthing