Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-10-06 | Added webapp Dashboard + logic to interact with server. | Sebastien Douheret | 3 | -128/+173 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-19 | Rework search directories for agent-config.json files. | Sebastien Douheret | 1 | -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-18 | Fix default config values. | Sebastien Douheret | 2 | -18/+23 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-18 | Improved syncthing binary path detection. | Sebastien Douheret | 1 | -4/+6 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-30 | Set default xds-apikey when not set by config. | Sebastien Douheret | 1 | -0/+6 | |
2017-06-26 | Use xds-common go library. | Sebastien Douheret | 2 | -2/+2 | |
2017-05-23 | Add API KEY support to allow CORS requests. | Sebastien Douheret | 1 | -3/+4 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-22 | Fix incorrect import | Sebastien Douheret | 1 | -1/+1 | |
2017-05-18 | Fix ResolveEnvVar function and add support of tilde (~/...) | Sebastien Douheret | 1 | -22/+4 | |
2017-05-17 | Add logsDir setting and more | Sebastien Douheret | 2 | -37/+30 | |
- 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-15 | Initial commit. | Sebastien Douheret | 2 | -0/+185 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> |