aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xdsconfig/fileconfig.go
AgeCommit message (Collapse)AuthorFilesLines
2017-10-06Added webapp Dashboard + logic to interact with server.Sebastien Douheret1-111/+0
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-09-19Rework search directories for agent-config.json files.Sebastien Douheret1-6/+13
Here is the logic to determine which `agent-config.json` file will be used: 1. from command line option: `--config myConfig.json` 2. `$HOME/.xds/agent/agent-config.json` file 3. `/etc/xds-agent/agent-config.json` file 4. `<xds-agent executable dir>/agent-config.json` file
2017-09-18Fix default config values.Sebastien Douheret1-15/+15
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-09-18Improved syncthing binary path detection.Sebastien Douheret1-4/+6
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-08-30Set default xds-apikey when not set by config.Sebastien Douheret1-0/+6
2017-06-26Use xds-common go library.Sebastien Douheret1-1/+1
2017-05-23Add API KEY support to allow CORS requests.Sebastien Douheret1-3/+4
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-18Fix ResolveEnvVar function and add support of tilde (~/...)Sebastien Douheret1-22/+4
2017-05-17Add logsDir setting and moreSebastien Douheret1-22/+15
- 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
2017-05-15Initial commit.Sebastien Douheret1-0/+120
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>