summaryrefslogtreecommitdiff
path: root/Howtos
diff options
context:
space:
mode:
authorCedric Spindler <cedric.spindler@gmail.com>2019-01-27 20:01:03 +0100
committerCedric Spindler <cedric.spindler@gmail.com>2019-01-27 20:01:03 +0100
commitfa7cdc6d486f9916b1defe8a264a2b134232862e (patch)
treed44bce6289966442aa8825064c214d5c43162219 /Howtos
parent576a63e64c18ee2df48a19beebf3eabbbfbb47d8 (diff)
Add syncthing installation instructions
Diffstat (limited to 'Howtos')
-rw-r--r--Howtos/syncthing.mdwn31
1 files changed, 31 insertions, 0 deletions
diff --git a/Howtos/syncthing.mdwn b/Howtos/syncthing.mdwn
new file mode 100644
index 00000000..322a8c29
--- /dev/null
+++ b/Howtos/syncthing.mdwn
@@ -0,0 +1,31 @@
+
+# syncthing
+
+## Installation (Debian GNU/Linux)
+
+`/etc/apt/sources.list.d/syncthing.list` erstellen und bearbeiten:
+
+```text
+deb https://apt.syncthing.net/ syncthing stable
+```
+
+GPG-Schlüssel hinzufügen und Paket installieren:
+
+```bash
+curl -s https://syncthing.net/release-key.txt | sudo apt-key add -
+sudo apt-get install apt-transport-https
+sudo apt-get update
+sudo apt-get install syncthing
+```
+
+## Installation (macOS)
+
+Installation mit [Homebrew](https://brew.sh):
+
+```bash
+brew install syncthing
+```
+
+## Konfiguration
+
+Der Vorstand verfügt über die Berechtigung, den entsprechendn Mitgliedern Zugriff auf das Starship-Factory syncthing Repository zu gewähren. Üblicherweise werden die Zugriffe im Anschluss zur Mitgliederversammlung konfiguriert, je nach [[Aufgabenverteilung|Vereinskram/Personalien_und_Aufgabenverteilung]].