From ebb26eac2948e02def3c7ac1ac23c4ecd345a5a7 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 3 Apr 2026 18:17:29 +0200 Subject: repo: flatten layout — move packages to root, extras to .extras/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Move all packages from SlackBuilds/ to repo root - Move hooks/, docs/, nvchecker.toml to .extras/ - Update CLAUDE.md and README.md to reflect new structure Co-Authored-By: Claude Sonnet 4.6 --- SlackBuilds/syncthing/README | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 SlackBuilds/syncthing/README (limited to 'SlackBuilds/syncthing/README') diff --git a/SlackBuilds/syncthing/README b/SlackBuilds/syncthing/README deleted file mode 100644 index 86b1197..0000000 --- a/SlackBuilds/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. -- cgit v1.2.3