Установка настройка Syncthing

Автор DIESEL, 19 августа 2019, 10:48:48

« назад - далее »

0 Пользователи и 1 гость просматривают эту тему.

DIESEL

Всем привет форумчане!
Подскажите пожалуйста по настройкам Syncthing для Debian, снова куча мануалов не знаешь какой верный.
Вот подскажите такой вариант верен или есть способ проще или что можно изменить!
Установка:
sudo apt-get install apt-transport-https ca-certificates
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
sudo apt-get install git

Download missing systemd service files:

git clone https://github.com/syncthing/syncthing
cd syncthing/etc/linux-systemd/system
sudo mv syncthing@.service /etc/systemd/system/syncthing@.service


sudo systemctl enable syncthing@USER.service
sudo systemctl start syncthing@USER.service