Auto start Syncthing and Syncthing-inotify.
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Tue, 16 May 2017 20:51:32 +0000 (22:51 +0200)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Wed, 17 May 2017 12:04:32 +0000 (14:04 +0200)
commitc07adb807c41a1545a9a0f5bbf40080d86946538
tree21e00efbcd03360416698663a1ea89536717ae86
parent8983eebdbe74489d62eae4097580fc430d75bd07
Auto start Syncthing and Syncthing-inotify.

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
17 files changed:
.vscode/settings.json
Makefile
README.md
config.json.in
lib/apiv1/apiv1.go
lib/apiv1/config.go
lib/apiv1/exec.go
lib/apiv1/folders.go
lib/apiv1/make.go
lib/model/folder.go [new file with mode: 0644]
lib/session/session.go
lib/syncthing/st.go
lib/webserver/server.go [moved from lib/xdsserver/server.go with 93% similarity]
lib/xdsconfig/config.go
lib/xdsconfig/fileconfig.go
lib/xdsconfig/folderconfig.go
main.go