From 4f5c398c39a69c47f059e2e39ee4e04218c3850e Mon Sep 17 00:00:00 2001 From: joshua Date: Wed, 3 Jan 2024 02:10:09 -0500 Subject: Added syncthing desktop setup article to wiki --- site/desktop/desktop/index.html | 22 ++ site/desktop/syncthing/index.html | 747 ++++++++++++++++++++++++++++++++++++ site/desktop/thunderbird/index.html | 23 +- 3 files changed, 791 insertions(+), 1 deletion(-) create mode 100644 site/desktop/syncthing/index.html (limited to 'site/desktop') diff --git a/site/desktop/desktop/index.html b/site/desktop/desktop/index.html index 9d64511..cbbdf4f 100644 --- a/site/desktop/desktop/index.html +++ b/site/desktop/desktop/index.html @@ -425,6 +425,27 @@ + + + + + + +
  • + + + + + Syncthing + + + + +
  • + + + + @@ -660,6 +681,7 @@

    Desktop Wiki

    This page describes several useful tips and configurations that I've used.

    Thunderbird

    +

    Syncthing on Artix

    diff --git a/site/desktop/syncthing/index.html b/site/desktop/syncthing/index.html new file mode 100644 index 0000000..8891e1c --- /dev/null +++ b/site/desktop/syncthing/index.html @@ -0,0 +1,747 @@ + + + + + + + + + + + + + + + + + + + + + + + + + Syncthing - Joshua's Wiki + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + +

    Syncthing using Runit and Artix Linux

    +

    The default Artix Linux syncthing script is broken, here is a corrected version that works:

    +
    #!/bin/sh
    +export USER="joshua"
    +export HOME="/home/joshua"
    +
    +groups="$(id -Gn "$USER" | tr ' ' ':')"
    +
    +exec 2>&1
    +exec chpst -u "$USER:groups" syncthing -logflags 0
    +
    +

    References:

    +

    Void Linux Per User Services

    + + + + + + + + + + + + + +
    +
    + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/site/desktop/thunderbird/index.html b/site/desktop/thunderbird/index.html index d1ba155..1ac29df 100644 --- a/site/desktop/thunderbird/index.html +++ b/site/desktop/thunderbird/index.html @@ -14,7 +14,7 @@ - + @@ -464,6 +464,27 @@ + + + + + + +
  • + + + + + Syncthing + + + + +
  • + + + + -- cgit v1.2.3