syncthing: add stdiscosrv and strelaysrv
[feed/packages.git] / utils / syncthing / files / syncthing.conf
1
2 config syncthing 'syncthing'
3 option enabled '0'
4
5 option gui_address 'http://0.0.0.0:8384'
6
7 # Use internal flash for evaluation purpouses. Use external storage
8 # for production.
9 # This filesystem must either support ownership/attributes or
10 # be readable/writable by the user specified in
11 # 'option user'.
12 # Consult syslog if things go wrong.
13 option home '/etc/syncthing'
14
15 # Changes to "niceness"/macprocs are not picked up by "reload_config"
16 # nor by "restart": the service has to be stopped/started
17 # for those to take effect
18 option nice '19'
19
20 # 0 to match the number of CPUs (default)
21 # >0 to explicitly specify concurrency
22 option macprocs '0'
23
24 # Running as 'root' is possible, but not recommended
25 option user 'syncthing'
26
27 option logfile '/etc/syncthing/syncthing.log'
28 option log_max_old_files 7
29 # Size in bytes
30 option log_max_size 1048576
31
32 # # CLI options with no value should be defined as booleans and theirs
33 # # names should be prefixed with '_'.
34 option _no_default_folder '1'
35
36 # # Extra settings
37 # list _ 'verbose'
38