Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
tips:syncthing [2016/11/18 15:03] – created scipio | tips:syncthing [2017/07/11 10:40] (current) – [linux] scipio | ||
---|---|---|---|
Line 2: | Line 2: | ||
===== Install ===== | ===== Install ===== | ||
+ | |||
+ | ==== linux ==== | ||
<code bash> | <code bash> | ||
- | systemctl enable | + | # Add the release PGP keys: |
- | systemctl start syncthing@scipio.service | + | curl -s https://syncthing.net/ |
+ | |||
+ | # Add the " | ||
+ | echo "deb https:// | ||
+ | sudo apt install apt-transport-https | ||
+ | sudo apt-get update | ||
+ | sudo apt install syncthing | ||
</ | </ | ||
+ | |||
+ | settings are in ~/ | ||
+ | |||
+ | <code bash> | ||
+ | sudo systemctl enable syncthing@scipio.service | ||
+ | sudo systemctl start syncthing@scipio.service | ||
+ | </ | ||
+ | |||
+ | open browser at http:// | ||
+ | |||
+ | |||
+ | ==== firefox sync bookmarks ==== | ||
+ | |||
+ | * http:// |