Syncthing
Syncthing
install on linux
curl -s https://syncthing.net/release-key.txt | gpg --dearmor | sudo tee /usr/share/keyrings/syncthing-archive-keyring.gpg >/dev/null
echo "deb [signed-by=/usr/share/keyrings/syncthing-archive-keyring.gpg] https://apt.syncthing.net/ syncthing stable" | sudo tee /etc/apt/sources.list.d/syncthing.list
sudo apt-get update
sudo apt-get install syncthing
start syncthing
syncthing
open port 8384
in webui or sudo ufw allow 8384/tcp
add syncthing to autostart
sudo systemctl enable syncthing@$USER.service
allow device
in webui