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

This commit is contained in:
Jakob Borg
2019-05-29 07:45:25 +02:00
parent e096a14ff5
commit d3f583c8c9
19 changed files with 50 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "STDISCOSRV" "1" "May 17, 2019" "v1" "Syncthing"
.TH "STDISCOSRV" "1" "May 23, 2019" "v1" "Syncthing"
.SH NAME
stdiscosrv \- Syncthing Discovery Server
.

View File

@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "STRELAYSRV" "1" "May 17, 2019" "v1" "Syncthing"
.TH "STRELAYSRV" "1" "May 23, 2019" "v1" "Syncthing"
.SH NAME
strelaysrv \- Syncthing Relay Server
.

View File

@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-BEP" "7" "May 17, 2019" "v1" "Syncthing"
.TH "SYNCTHING-BEP" "7" "May 23, 2019" "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" "May 17, 2019" "v1" "Syncthing"
.TH "SYNCTHING-CONFIG" "5" "May 23, 2019" "v1" "Syncthing"
.SH NAME
syncthing-config \- Syncthing Configuration
.

View File

@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-DEVICE-IDS" "7" "May 17, 2019" "v1" "Syncthing"
.TH "SYNCTHING-DEVICE-IDS" "7" "May 23, 2019" "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" "May 17, 2019" "v1" "Syncthing"
.TH "SYNCTHING-EVENT-API" "7" "May 23, 2019" "v1" "Syncthing"
.SH NAME
syncthing-event-api \- Event API
.

View File

@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-FAQ" "7" "May 17, 2019" "v1" "Syncthing"
.TH "SYNCTHING-FAQ" "7" "May 23, 2019" "v1" "Syncthing"
.SH NAME
syncthing-faq \- Frequently Asked Questions
.
@@ -552,6 +552,24 @@ sudo sh \-c \(aqecho 204800 > /proc/sys/fs/inotify/max_user_watches\(aq
.fi
.UNINDENT
.UNINDENT
.SH HOW DO I RESET THE GUI PASSWORD?
.sp
If youve forgotten/lost the GUI password, you can remove it by deleting the \fB<user>\fP and \fB<password>\fP XML tags from the \fB<gui>\fP block in file \fBconfig.xml\fP\&. This should be done while Syncthing is not running. The location of the file depends on OS and is described in the configuration documentation.
.sp
For example the two lines \fBin bold\fP below would be removed from the file.
.nf
<gui enabled=”true” tls=”false” debugging=”false”>
.in +2
<address>127.0.0.1:8384</address>
\fB<user>syncguy</user>\fP
\fB<password>$2a$10$s9wWHOQetp46Cq7GPye69.KqKantdUrbHCeLnZ9A6VlzkEPPYHDAC</password>\fP
<apikey>9RCKohqCAyrj5RjpyZdR2wXmQ9PyQFeN</apikey>
<theme>default</theme>
.in -2
</gui>
.fi
.sp
.SH AUTHOR
The Syncthing Authors
.SH COPYRIGHT

View File

@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-GLOBALDISCO" "7" "May 17, 2019" "v1" "Syncthing"
.TH "SYNCTHING-GLOBALDISCO" "7" "May 23, 2019" "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" "May 17, 2019" "v1" "Syncthing"
.TH "SYNCTHING-LOCALDISCO" "7" "May 23, 2019" "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" "May 17, 2019" "v1" "Syncthing"
.TH "SYNCTHING-NETWORKING" "7" "May 23, 2019" "v1" "Syncthing"
.SH NAME
syncthing-networking \- Firewall Setup
.

View File

@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-RELAY" "7" "May 17, 2019" "v1" "Syncthing"
.TH "SYNCTHING-RELAY" "7" "May 23, 2019" "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" "May 17, 2019" "v1" "Syncthing"
.TH "SYNCTHING-REST-API" "7" "May 23, 2019" "v1" "Syncthing"
.SH NAME
syncthing-rest-api \- REST API
.

View File

@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-SECURITY" "7" "May 17, 2019" "v1" "Syncthing"
.TH "SYNCTHING-SECURITY" "7" "May 23, 2019" "v1" "Syncthing"
.SH NAME
syncthing-security \- Security Principles
.

View File

@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-STIGNORE" "5" "May 17, 2019" "v1" "Syncthing"
.TH "SYNCTHING-STIGNORE" "5" "May 23, 2019" "v1" "Syncthing"
.SH NAME
syncthing-stignore \- Prevent files from being synchronized to other nodes
.
@@ -117,6 +117,15 @@ Prefixes can be specified in any order (e.g. “(?d)(?i)”), but cannot be in a
single pair of parentheses (not “(?di)”).
.UNINDENT
.UNINDENT
.sp
\fBNOTE:\fP
.INDENT 0.0
.INDENT 3.5
Include patterns (that begin with \fB!\fP) cause Syncthing to traverse and
watch the entire directory tree regardless of other
ignore patterns.
.UNINDENT
.UNINDENT
.SH EXAMPLE
.sp
Given a directory layout:

View File

@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-VERSIONING" "7" "May 17, 2019" "v1" "Syncthing"
.TH "SYNCTHING-VERSIONING" "7" "May 23, 2019" "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" "May 17, 2019" "v1" "Syncthing"
.TH "SYNCTHING" "1" "May 23, 2019" "v1" "Syncthing"
.SH NAME
syncthing \- Syncthing
.