aboutsummaryrefslogtreecommitdiffstats
path: root/main.go
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-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>