cleanup (plugin): disable plugin that don't seem to be used

This commit is contained in:
Mickael Kerjean 2022-09-07 00:51:32 +10:00
parent b1c1f9e0f2
commit bfe809d5ab

View file

@ -23,7 +23,6 @@ import (
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_backend_webdav"
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_editor_onlyoffice"
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_handler_console"
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_handler_syncthing"
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_image_ascii"
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_image_light"
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_search_stateless"