From: George Sapkin Date: Thu, 8 May 2025 12:24:18 +0000 (+0300) Subject: syncthing: add discovery and relay descriptions X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a7f229fce50009eda3b2f50790e8c58b1c007679;p=openwrt-packages.git syncthing: add discovery and relay descriptions Signed-off-by: George Sapkin --- diff --git a/utils/syncthing/Makefile b/utils/syncthing/Makefile index b4aa28648..4cd25e760 100644 --- a/utils/syncthing/Makefile +++ b/utils/syncthing/Makefile @@ -83,11 +83,17 @@ define Package/syncthing/description endef define Package/stdiscosrv/description - Relay server for syncthing + Syncthing relies on a discovery server to find peers on the internet. + Anyone can run a discovery server and point Syncthing installations to + it. The Syncthing project also maintains a global cluster for public + use. endef define Package/strelaysrv/description - Relay server for syncthing + Syncthing relies on a network of community-contributed relay servers. + Anyone can run a relay server, and it will automatically join the relay + pool and be available to Syncthing users. The current list of relays can + be found at https://relays.syncthing.net/. endef define SyncthingInstall