Syncthing
Links
- http://docs.syncthing.net/users/config.html#gui-element
- http://docs.syncthing.net/users/autostart.html
Debian
-
install the sources:
curl -s https://syncthing.net/release-key.txt | apt-key add - echo “deb https://apt.syncthing.net/ syncthing stable” | tee /etc/apt/sources.list.d/syncthing.list apt-get install apt-transport-https apt-get upgrade apt-get install syncthing
-
start for the first time:
syncthing
-
make the gui accessible:
<gui enabled=“true” tls=“true” debugging=“false”> <address>0.0.0.0:8384</address> <apikey>MqZQY2ZyFiaEPbYgAscH9Jq4k6PNntai</apikey> <theme>default</theme> </gui>
-
set a password
-
add devices
-
add option to share devices on common folders: Introducer