Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 48 additions & 25 deletions includes/env-vars.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,55 @@ STTRACE
``api:WARN,beacon:ERR``, potentially overriding a global ``--log-level``
adjustment.

The valid facility strings are listed below; additionally, ``syncthing
serve --help`` always outputs the most up-to-date list.
The valid facility strings are listed below; additionally, ``syncthing
serve --help`` always outputs the most up-to-date list.

api - REST API
beacon - Multicast and broadcast discovery
config - Configuration loading and saving
connections - Connection handling
db/sqlite - SQLite database
dialer - Dialing connections
discover - Remote device discovery
events - Event generation and logging
fs - Filesystem access
main - Main package
model - The root hub
nat - NAT discovery and port mapping
pmp - NAT-PMP discovery and port mapping
protocol - The BEP protocol
relay/client - Relay client
scanner - File change detection and hashing
stun - STUN functionality
syncthing - Main run facility
upgrade - Binary upgrades
upnp - UPnP discovery and port mapping
ur - Usage reporting
versioner - File versioning
watchaggregator - Filesystem event watcher
api
REST API
beacon
Multicast and broadcast discovery
config
Configuration loading and saving
connections
Connection handling
db/sqlite
SQLite database
dialer
Dialing connections
discover
Remote device discovery
events
Event generation and logging
fs
Filesystem access
main
Main package
model
The root hub
nat
NAT discovery and port mapping
pmp
NAT-PMP discovery and port mapping
protocol
The BEP protocol
relay/client
Relay client
scanner
File change detection and hashing
stun
STUN functionality
syncthing
Main run facility
upgrade
Binary upgrades
upnp
UPnP discovery and port mapping
ur
Usage reporting
versioner
File versioning
watchaggregator
Filesystem event watcher

STLOCKTHRESHOLD
Used for debugging internal deadlocks; sets debug sensitivity. Use only
Expand Down
1 change: 1 addition & 0 deletions specs/relay-v1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ messages:
2. ResponseAlreadyConnected - Session is full (both sides already connected)
3. ResponseSuccess - You have successfully joined the session
4. RelayFull - Relay limits are too strict for you to be able to join the session.

The relay immediately terminates the connection after sending this.

After the successful response, all the bytes written and received will be
Expand Down
2 changes: 1 addition & 1 deletion users/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Overview
This page covers how to configure Syncthing for file synchronization, including device setup, folder configuration, connection settings, and various configuration methods through the web GUI, command-line, or direct file editing.

Configuration File Locations
---------------------------
----------------------------

The default configuration and database directory locations are:

Expand Down