aboutsummaryrefslogtreecommitdiffstats
path: root/syncthing/README
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-03 18:37:10 +0200
committerDanilo M. <danix@danix.xyz>2026-04-03 18:37:10 +0200
commitca3e38566396f6da172f1e2e5c3cea5f85366f17 (patch)
tree5fdcbbf40c9200d0939d2751db00767e46b32f35 /syncthing/README
parent70b0328a1122a5f21785fb8c13073e776c1dd1a1 (diff)
downloadmy-slackbuilds-ca3e38566396f6da172f1e2e5c3cea5f85366f17.tar.gz
my-slackbuilds-ca3e38566396f6da172f1e2e5c3cea5f85366f17.zip
repo: remove packages available on SBo
Drop claude-code, discord, hugo, obsidian, syncthing, uv-bin — all available on SlackBuilds.org. Keep only packages not yet on SBo or with local-only patches (hstr, kitty-bin, llama.cpp-vulkan, qarma, opencode-bin). Update README.md and nvchecker.toml accordingly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'syncthing/README')
-rw-r--r--syncthing/README20
1 files changed, 0 insertions, 20 deletions
diff --git a/syncthing/README b/syncthing/README
deleted file mode 100644
index 86b1197..0000000
--- a/syncthing/README
+++ /dev/null
@@ -1,20 +0,0 @@
-Syncthing (two way file sync between devices)
-
-Syncthing is a free, open-source peer-to-peer, two-way file
-syncronisation application available for Windows, Mac, Linux, iOS,
-Android, Solaris, Darwin and BSD. It can sync files between devices
-on a local network, or between remote devices over the Internet.
-
-Before you can build Syncthing, you have to create a syncthing
-user and group (used when running syncthing as a system-wide daemon):
-
-groupadd -g 307 syncthing
-useradd -d /var/lib/syncthing -g syncthing -s /bin/bash -u 307 syncthing
-
-This package includes a rc.syncthing startup script, suitable for
-running Syncthing as a system daemon - such as on a server.
-
-The default location for the Syncthing config *and* sync repository
-if run using the enclosed rc.syncthing is under /var/lib/syncthing,
-but Syncthing is normally configured through its own web interface.
-See project page for further details.