syncthing on ubuntu 18.04 , web http://apt.syncthing.net
sudo mkdir -p /etc/apt/keyrings
sudo curl -L -o /etc/apt/keyrings/syncthing-archive-keyring.gpg https://syncthing.net/release-key.gpg
echo "deb [signed-by=/etc/apt/keyrings/syncthing-archive-keyring.gpg] https://apt.syncthing.net/ syncthing stable-v2" | sudo tee /etc/apt/sources.list.d/syncthing.list
echo "deb [signed-by=/etc/apt/keyrings/syncthing-archive-keyring.gpg] https://apt.syncthing.net/ syncthing candidate" | sudo tee /etc/apt/sources.list.d/syncthing.list
sudo apt-get update
sudo apt-get install syncthing
on ubuntu 22.04
enable bottom (Insecure Allow Old TLS Versions) on actions , advance, option
auto startup syncthing
open startup application.
name: xxxx
command: /usr/bin/syncthing -no-browser -home="/home/kri/.config/syncthing"