mirror of
https://github.com/mickael-kerjean/filestash
synced 2026-01-06 15:55:30 +01:00
plugin (add): add temporary file backend to default list
This commit is contained in:
parent
3622f1db1c
commit
53f744c42b
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue