summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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-26Add build release (REL=1 make all)Sebastien Douheret1-2/+12
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-26Fix Syncthing package retrieval for WindowsSebastien Douheret3-13/+34
Note that cross compile for Windows required Go version 1.8 or higher. Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-24Support Windows cross-build.Sebastien Douheret2-4/+10
Use following command cross build for Windows on a Linux machine: GOOS=windows GOARCH=amd64 make Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-23Add API KEY support to allow CORS requests.Sebastien Douheret6-33/+106
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-22Fix incorrect importSebastien Douheret1-1/+1
2017-05-19Fix missing tools path creation.Sebastien Douheret1-0/+2
2017-05-18Update Makefile to be smarter with syncthing compilation.Sebastien Douheret1-10/+15
2017-05-18Update config file model.Sebastien Douheret1-3/+2
2017-05-18Added prints on startup.Sebastien Douheret2-2/+7
2017-05-18Fix ResolveEnvVar when path is not set.Sebastien Douheret1-1/+4
2017-05-18Bump to Syncthing 0.14.28 et Syncthing-Inotify master.Sebastien Douheret2-24/+9
2017-05-18Fix ResolveEnvVar function and add support of tilde (~/...)Sebastien Douheret2-23/+44
2017-05-17Add logsDir setting and moreSebastien Douheret10-79/+187
- 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-16Use patched version of syncthing-inotifySebastien Douheret2-2/+37
Bug #164 has not been properly merged yet. So patch this bug manually.
2017-05-15Fix doc.Sebastien Douheret1-2/+3
2017-05-15Initial commit.Sebastien Douheret22-0/+1994
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>