Back in early April this year, shortly after doing my initial syncthing setup, I joined the irc room and posted two very minor documentation patch suggestions. While I quickly realized noone of all the channel members were the right audience, it was only recently learned that the channel is unofficial and has been removed from documentation.
Given the patches still seem to rebase cleanly on v1.28.1, they might perhaps be relevant enough to try posting here on the forum.
The first patch merely suggests injecting a single word. In order to hopefully clarify when a disco server is required, and when it is not.
From 52851f67e1b58bf38012645d544717083b5750c8 Mon Sep 17 00:00:00 2001
From: cos <cos>
Date: Fri, 5 Apr 2024 10:17:29 +0200
Subject: [PATCH 1/2] Clarify disco only is required for dynamic peers
This single extra word should hopefully not be too confusing for those
who do not look for it, yet it could save others the hassle of spending
half-an-hour installing and setting up an stdiscosrv just to realize the
problem was elsewhere (like I did).
---
users/stdiscosrv.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/users/stdiscosrv.rst b/users/stdiscosrv.rst
index fd43f93..1c73f39 100644
--- a/users/stdiscosrv.rst
+++ b/users/stdiscosrv.rst
@@ -15,8 +15,8 @@ Synopsis
Description
-----------
-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 relies on a discovery server to find dynamic 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.
Options
--
2.46.1
Please feel free to consider or comment as you see fit. Hopefully this General forum category is appropriate enough. It felt like a stretch to post this under Development.