0
0
mirror of https://github.com/openwrt/packages.git synced 2025-08-17 09:23:29 +00:00
Files
packages/utils/syncthing/files/stdiscosrv.conf
George Sapkin 47644ba468 syncthing: fix discovery and relay extra args
Update configuration option examples.

Fixes: #26952
Signed-off-by: George Sapkin <george@sapk.in>
2025-08-06 21:54:28 +08:00

18 lines
520 B
Plaintext

config stdiscosrv 'stdiscosrv'
option enabled '0'
option listen ':8443'
option db_dir '/etc/stdiscosrv/discovery.db'
# Find the documents from: https://docs.syncthing.net/users/stdiscosrv.html
# option cert '/etc/stdiscosrv/cert.pem'
# option key '/etc/stdiscosrv/key.pem'
# option db_flush_interval '5m'
# option metrics_listen ''
# CLI options with no value should be defined as booleans and theirs names
# should be prefixed with '_'.
# option _compression '0'
# option _debug '0'
# option _http '1'