mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
Major version change that switches DB backend from LevelDB to SQLite. Requires golang 1.24+. - improve syncthing argument parsing to be more robust - remove unused and add updated config options Changelog: https://github.com/syncthing/syncthing/releases/tag/v2.0.0 Changelog: https://github.com/syncthing/syncthing/releases/tag/v2.0.1 Changelog: https://github.com/syncthing/syncthing/releases/tag/v2.0.2 Changelog: https://github.com/syncthing/syncthing/releases/tag/v2.0.3 Changelog: https://github.com/syncthing/syncthing/releases/tag/v2.0.4 Changelog: https://github.com/syncthing/syncthing/releases/tag/v2.0.5 Changelog: https://github.com/syncthing/syncthing/releases/tag/v2.0.6 Changelog: https://github.com/syncthing/syncthing/releases/tag/v2.0.7 Changelog: https://github.com/syncthing/syncthing/releases/tag/v2.0.8 Changelog: https://github.com/syncthing/syncthing/releases/tag/v2.0.9 Signed-off-by: George Sapkin <george@sapk.in> wip Signed-off-by: George Sapkin <george@sapk.in>
20 lines
535 B
Plaintext
20 lines
535 B
Plaintext
|
|
config stdiscosrv 'stdiscosrv'
|
|
option enabled '0'
|
|
option listen ':8443'
|
|
option db_dir '/etc/stdiscosrv/discovery.db'
|
|
|
|
# More info: 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 ''
|
|
|
|
# Running as 'root' is possible, but not recommended
|
|
# option user 'syncthing'
|
|
|
|
# CLI options with no value should be defined as booleans
|
|
# option compression '0'
|
|
# option debug '0'
|
|
# option http '1'
|