summaryrefslogtreecommitdiffstats
path: root/main.go
AgeCommit message (Collapse)AuthorFilesLines
2019-04-08Use go module as dependency tool instead of glidehalibut_7.99.3halibut_7.99.2halibut_7.99.1halibut/7.99.3halibut/7.99.2halibut/7.99.17.99.37.99.27.99.1Sebastien Douheret1-2/+2
Get ride of glide tool (marked as obsolete) and go module instead to populate dependency packages. See also: https://github.com/golang/go/wiki/Modules Bug-AGL: SPEC-2289 Change-Id: I9c16bb0759c34cab48b5bd03fc29993c38608c6e Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2019-02-05Bump Copyright to 2019Sebastien Douheret1-2/+2
Change-Id: Id574ecde77dde39af92098601c21fe8a226e5b0d Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-05Migration to AGL gerrit (update go import)Sebastien Douheret1-4/+4
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-12-01Added copyright headersv1.0.0-rc1Sebastien Douheret1-4/+22
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-10-30Switch from codegangsta/cli to urfave/cli package.Sebastien Douheret1-1/+1
2017-10-06Added webapp Dashboard + logic to interact with server.Sebastien Douheret1-55/+12
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-08-25Fixed xds-common version and use last oneSebastien Douheret1-1/+1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-31Increase timeout for Syncthing startup.v0.0.1-alphaSebastien Douheret1-2/+3
Syncthing may take more time to start for example on slow network connection.
2017-05-23Add API KEY support to allow CORS requests.Sebastien Douheret1-2/+2
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-18Added prints on startup.Sebastien Douheret1-2/+3
2017-05-17Add logsDir setting and moreSebastien Douheret1-8/+5
- 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/+138
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>