Syncthing


Чернетка! Стаття не завершена...

Install

$ curl -s https://syncthing.net/release-key.txt | sudo apt-key add -
$ echo "deb https://apt.syncthing.net/ syncthing stable" | sudo tee /etc/apt/sources.list.d/syncthing.list
$ sudo apt-get update
$ sudo apt-get install syncthing

Run web-gui

$ syncthing

Якщо сервіс вже запущено (наприклад, після перезавентаження системи при налаштованому systemd), то доступ до web-інтерфейсу можливий за адресою 127.0.0.1:8384 (адреса з config)

Run system service

$ sudo systemctl enable syncthing@username.service
#   Created symlink from /etc/systemd/system/multi-user.target.wants/syncthing@linuxbabe.service 
#   to /lib/systemd/system/syncthing@.service.
$ sudo systemctl start syncthing@username.service
$ systemctl status syncthing@username.service

username – кориcтувач, від імені якого запускаєтья сервіс.

Firewall && Proxy

Troubleshooting


<insecureSkipHostcheck>true</insecureSkipHostcheck>

Using