gui, man, authors: Update docs, translations, and contributors

This commit is contained in:
Jakob Borg 2021-01-06 07:45:28 +01:00
parent b13b15758d
commit e6f0ed65be
17 changed files with 27 additions and 17 deletions

View File

@ -236,7 +236,7 @@
"Release Notes": "Note di Rilascio",
"Release candidates contain the latest features and fixes. They are similar to the traditional bi-weekly Syncthing releases.": "Le versioni candidate al rilascio contengono le ultime funzionalità e aggiustamenti. Sono simili ai rilasci bisettimanali di Syncthing.",
"Remote Devices": "Dispositivi Remoti",
"Remote GUI": "Remote GUI",
"Remote GUI": "Interfaccia remota",
"Remove": "Rimuovi",
"Remove Device": "Rimuovi Dispositivo",
"Remove Folder": "Rimuovi Cartella",

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "STDISCOSRV" "1" "Dec 24, 2020" "v1" "Syncthing"
.TH "STDISCOSRV" "1" "Dec 30, 2020" "v1" "Syncthing"
.SH NAME
stdiscosrv \- Syncthing Discovery Server
.

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "STRELAYSRV" "1" "Dec 24, 2020" "v1" "Syncthing"
.TH "STRELAYSRV" "1" "Dec 30, 2020" "v1" "Syncthing"
.SH NAME
strelaysrv \- Syncthing Relay Server
.

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-BEP" "7" "Dec 24, 2020" "v1" "Syncthing"
.TH "SYNCTHING-BEP" "7" "Dec 30, 2020" "v1" "Syncthing"
.SH NAME
syncthing-bep \- Block Exchange Protocol v1
.

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-CONFIG" "5" "Dec 24, 2020" "v1" "Syncthing"
.TH "SYNCTHING-CONFIG" "5" "Dec 30, 2020" "v1" "Syncthing"
.SH NAME
syncthing-config \- Syncthing Configuration
.
@ -113,6 +113,7 @@ The following shows an example of the default configuration file (IDs will diffe
<maxSendKbps>0</maxSendKbps>
<maxRecvKbps>0</maxRecvKbps>
<maxRequestKiB>0</maxRequestKiB>
<remoteGUIPort>0</remoteGUIPort>
</device>
<gui enabled="true" tls="false" debugging="false">
<address>127.0.0.1:8384</address>
@ -481,6 +482,7 @@ See folder\-copyRangeMethod for details.
<maxSendKbps>0</maxSendKbps>
<maxRecvKbps>0</maxRecvKbps>
<maxRequestKiB>0</maxRequestKiB>
<remoteGUIPort>0</remoteGUIPort>
</device>
<device id="2CYF2WQ\-AKZO2QZ\-JAKWLYD\-AGHMQUM\-BGXUOIS\-GYILW34\-HJG3DUK\-LRRYQAR" name="syno local" compression="metadata" introducer="false" skipIntroductionRemovals="false" introducedBy="">
<address>tcp://192.0.2.1:22001</address>
@ -490,6 +492,7 @@ See folder\-copyRangeMethod for details.
<maxSendKbps>100</maxSendKbps>
<maxRecvKbps>100</maxRecvKbps>
<maxRequestKiB>65536</maxRequestKiB>
<remoteGUIPort>8384</remoteGUIPort>
</device>
.ft P
.fi
@ -624,6 +627,13 @@ despite the config name looking like kilobits/second.
.B maxRequestKiB
Maximum amount of data to have outstanding in requests towards this device.
Unit is kibibytes.
.TP
.B remoteGUIPort
If set to a positive integer, the GUI will display an HTTP link to the IP
address which is currently used for synchronization. Only the TCP port is
exchanged for the value specified here. Note that any port forwarding or
firewall settings need to be done manually and the link will probably not
work for link\-local IPv6 addresses because of modern browser limitations.
.UNINDENT
.SH GUI ELEMENT
.INDENT 0.0

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-DEVICE-IDS" "7" "Dec 24, 2020" "v1" "Syncthing"
.TH "SYNCTHING-DEVICE-IDS" "7" "Dec 30, 2020" "v1" "Syncthing"
.SH NAME
syncthing-device-ids \- Understanding Device IDs
.

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-EVENT-API" "7" "Dec 24, 2020" "v1" "Syncthing"
.TH "SYNCTHING-EVENT-API" "7" "Dec 30, 2020" "v1" "Syncthing"
.SH NAME
syncthing-event-api \- Event API
.

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-FAQ" "7" "Dec 24, 2020" "v1" "Syncthing"
.TH "SYNCTHING-FAQ" "7" "Dec 30, 2020" "v1" "Syncthing"
.SH NAME
syncthing-faq \- Frequently Asked Questions
.

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-GLOBALDISCO" "7" "Dec 24, 2020" "v1" "Syncthing"
.TH "SYNCTHING-GLOBALDISCO" "7" "Dec 30, 2020" "v1" "Syncthing"
.SH NAME
syncthing-globaldisco \- Global Discovery Protocol v3
.

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-LOCALDISCO" "7" "Dec 24, 2020" "v1" "Syncthing"
.TH "SYNCTHING-LOCALDISCO" "7" "Dec 30, 2020" "v1" "Syncthing"
.SH NAME
syncthing-localdisco \- Local Discovery Protocol v4
.

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-NETWORKING" "7" "Dec 24, 2020" "v1" "Syncthing"
.TH "SYNCTHING-NETWORKING" "7" "Dec 30, 2020" "v1" "Syncthing"
.SH NAME
syncthing-networking \- Firewall Setup
.

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-RELAY" "7" "Dec 24, 2020" "v1" "Syncthing"
.TH "SYNCTHING-RELAY" "7" "Dec 30, 2020" "v1" "Syncthing"
.SH NAME
syncthing-relay \- Relay Protocol v1
.

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-REST-API" "7" "Dec 24, 2020" "v1" "Syncthing"
.TH "SYNCTHING-REST-API" "7" "Dec 30, 2020" "v1" "Syncthing"
.SH NAME
syncthing-rest-api \- REST API
.

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-SECURITY" "7" "Dec 24, 2020" "v1" "Syncthing"
.TH "SYNCTHING-SECURITY" "7" "Dec 30, 2020" "v1" "Syncthing"
.SH NAME
syncthing-security \- Security Principles
.

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-STIGNORE" "5" "Dec 24, 2020" "v1" "Syncthing"
.TH "SYNCTHING-STIGNORE" "5" "Dec 30, 2020" "v1" "Syncthing"
.SH NAME
syncthing-stignore \- Prevent files from being synchronized to other nodes
.

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-VERSIONING" "7" "Dec 24, 2020" "v1" "Syncthing"
.TH "SYNCTHING-VERSIONING" "7" "Dec 30, 2020" "v1" "Syncthing"
.SH NAME
syncthing-versioning \- Keep automatic backups of deleted files by other nodes
.

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING" "1" "Dec 24, 2020" "v1" "Syncthing"
.TH "SYNCTHING" "1" "Dec 30, 2020" "v1" "Syncthing"
.SH NAME
syncthing \- Syncthing
.