|
@@ -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
|