diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-05-17 17:10:45 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-05-17 17:10:45 +0200 |
commit | a50baa7c309f7eb55fe87c71f4c688ace325b6ac (patch) | |
tree | 14ed08e3abad729bce718bfbd596eb62d1676675 /README.md | |
parent | 59784289d1d0296e470c46dc279aa3576c60801e (diff) |
Add logsDir setting and more
- add logsDir setting in config.json
- redirect Syncthing and Syncthing-inotify into log files
- Use autogenerated Syncthing apikey if gui-apikey not set in config.json
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -51,10 +51,12 @@ Supported fields in configuration file are: ```json { "httpPort": "http port of agent REST interface", + "logsDir": "directory to store logs (eg. syncthing output)", "syncthing": { "binDir": "syncthing binaries directory (use xds-agent executable dir when not set)", "home": "syncthing home directory (usually .../syncthing-config)", - "gui-address": "syncthing gui url (default http://localhost:8384)" + "gui-address": "syncthing gui url (default http://localhost:8384)", + "gui-apikey": "syncthing api-key to use (default auto-generated)" } } ``` |