tips:syncthing

This is an old revision of the document!


Syncthing

# Add the release PGP keys:
curl -s https://syncthing.net/release-key.txt | sudo apt-key add -
 
# Add the "release" channel to your APT sources:
RELEASE=xenial
echo "deb https://apt.syncthing.net/ syncthing $RELEASE" | sudo tee /etc/apt/sources.list.d/syncthing.list
 
sudo apt-get update
sudo apt-get install syncthing
sudo systemctl enable syncthing@scipio.service
sudo systemctl start syncthing@scipio.service

open browser at http://localhost:8384/

  • tips/syncthing.1486371954.txt.gz
  • Last modified: 2017/02/06 10:05
  • by scipio