Du befindest dich hier: Willkommen » Notizen » Linux » syncthing

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.

Link zu der Vergleichsansicht

Nächste Überarbeitung
Vorherige Überarbeitung
notes:linux:syncthing [13.02.2022 15:38] – angelegt Martinnotes:linux:syncthing [14.11.2022 14:41] (aktuell) – moved Martin
Zeile 1: Zeile 1:
-====== Syncthing ====== 
- 
-===== Installation ===== 
- 
-<code bash> 
-# Add the release PGP keys: 
-sudo curl -s -o /usr/share/keyrings/syncthing-archive-keyring.gpg https://syncthing.net/release-key.gpg 
-# Add the "stable" channel to your APT sources: 
-echo "deb [signed-by=/usr/share/keyrings/syncthing-archive-keyring.gpg] https://apt.syncthing.net/ syncthing stable" | sudo tee /etc/apt/sources.list.d/syncthing.list 
-# Update and install syncthing: 
-sudo apt-get update 
-sudo apt-get install syncthing 
-</code> 
- 
-===== Konfiguraion ===== 
- 
-Autostart 
-<code bash> 
-systemctl --user enable syncthing.service 
-systemctl --user start syncthing.service 
-</code> 
- 
-<code bash> 
-... 
-</code> 
- 
-<code bash> 
-... 
-</code> 
- 
-<code bash> 
-... 
-</code> 
- 
-<code bash> 
-... 
-</code> 
- 
  
notes/linux/syncthing.1644766689.txt.gz · Zuletzt geändert: 13.02.2022 15:38 von Martin