tips:syncthing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tips:syncthing [2017/02/06 10:05] – [linux] scipiotips:syncthing [2017/07/11 10:40] (current) – [linux] scipio
Line 10: Line 10:
  
 # Add the "release" channel to your APT sources: # 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 
-echo "deb https://apt.syncthing.net/ syncthing $RELEASE" | sudo tee /etc/apt/sources.list.d/syncthing.list +sudo apt install apt-transport-https
 sudo apt-get update sudo apt-get update
-sudo apt-get install syncthing+sudo apt install syncthing
 </code> </code>
 +
 +settings are in ~/.config/syncthing
  
 <code bash> <code bash>
Line 23: Line 24:
  
 open browser at http://localhost:8384/ open browser at http://localhost:8384/
 +
 +
 +==== firefox sync bookmarks ====
 +
 +  * http://ablebaker.blogspot.it/2011/03/sync-firefox-bookmarks-using-dropbox.html
  • tips/syncthing.1486371954.txt.gz
  • Last modified: 2017/02/06 10:05
  • by scipio