plugin (add): add temporary file backend to default list

This commit is contained in:
Mickael Kerjean 2022-01-25 18:19:35 +11:00
parent 3622f1db1c
commit 53f744c42b

View file

@ -20,6 +20,7 @@ import (
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_backend_s3"
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_backend_samba"
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_backend_sftp"
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_backend_tmp"
_ "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"