tips:syncthing

Differences

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

Link to this comparison view

Next revision
Previous revision
tips:syncthing [2016/11/18 15:03] – created scipiotips:syncthing [2017/07/11 10:40] (current) – [linux] scipio
Line 2: Line 2:
  
 ===== Install ===== ===== Install =====
 +
 +==== linux ====
  
 <code bash> <code bash>
-systemctl enable syncthing@scipio.service +# Add the release PGP keys: 
-systemctl start syncthing@scipio.service+curl -s https://syncthing.net/release-key.txt | sudo apt-key add - 
 + 
 +# Add the "release" channel to your APT sources: 
 +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 install syncthing
 </code> </code>
 +
 +settings are in ~/.config/syncthing
 +
 +<code bash>
 +sudo systemctl enable syncthing@scipio.service
 +sudo systemctl start syncthing@scipio.service
 +</code>
 +
 +open browser at http://localhost:8384/
 +
 +
 +==== firefox sync bookmarks ====
 +
 +  * http://ablebaker.blogspot.it/2011/03/sync-firefox-bookmarks-using-dropbox.html
  • tips/syncthing.1479477781.txt.gz
  • Last modified: 2016/11/18 15:03
  • by scipio