feature (syncthing): syncthing integration

This commit is contained in:
Mickael Kerjean
2020-01-15 01:03:13 +11:00
parent a190b37f99
commit 00214d2a3a
3 changed files with 165 additions and 3 deletions

View File

@ -5,6 +5,7 @@ import (
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_starter_tor"
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_video_transcoder"
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_editor_onlyoffice"
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_handler_syncthing"
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_image_light"
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_backend_backblaze"
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_backend_dav"