chore(gui, man, authors): update docs, translations, and contributors

This commit is contained in:
Syncthing Release Automation
2026-04-27 04:51:44 +00:00
parent 531d7f1a9a
commit 0372a79986
30 changed files with 494 additions and 239 deletions
+32 -1
View File
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "SYNCTHING-CONFIG" "5" "Apr 09, 2026" "v2.0.0" "Syncthing"
.TH "SYNCTHING-CONFIG" "5" "Apr 26, 2026" "v2.0.0" "Syncthing"
.SH NAME
syncthing-config \- Syncthing Configuration
.SH OVERVIEW
@@ -704,6 +704,19 @@ File and directory extended attributes are scanned and sent to other
devices when this is set to \fBtrue\fP\&. See
\fI\%sendXattrs\fP for more information.
.UNINDENT
.INDENT 0.0
.TP
.B blockIndexing
Added in version 2.1.0.
.sp
Whether to use block indexing for the folder; defaults to \fBtrue\fP for
send\-only and receive\-only folders. Block indexing makes it possible for
Syncthing to reuse data blocks between files (even in different
folders), but requires maintaining an index of every individual blocks
hash. This index can be costly for large folders, so indexing can be
disabled with the tradeoff of using more bandwidth for transfers.
.UNINDENT
.SH DEVICE ELEMENT
.INDENT 0.0
.INDENT 3.5
@@ -1080,6 +1093,24 @@ wont see browser popups prompting for username and password.
.B metricsWithoutAuth
If true, this allows access to the /metrics without authentication.
.UNINDENT
.INDENT 0.0
.TP
.B sessionCookieDurationS
Added in version 2.1.0.
.sp
How long to remain logged in when “stay logged in” is checked in the GUI
login form. In seconds, default 604800 (one week).
.UNINDENT
.INDENT 0.0
.TP
.B sessionCookiePath
Added in version 2.1.0.
.sp
Path for session cookie; default “/”, change only if the GUI is served
vi a proxy at a subpath.
.UNINDENT
.SH LDAP ELEMENT
.INDENT 0.0
.INDENT 3.5