Backed for Webix Document Manager
db:
host: localhost
port: 3306
user: root
password: 1
database: files
```shell script
go build
./wfs-ls -data path/to/file/storage
#### Readonly mode
```shell script
./wfs-ls -readonly -data path/to/file/storage
```shell script
./wfs-ls -upload 50000000 -data path/to/file/storage
#### Use external preview generator
```shell script
./wfs-ls -preview http://localhost:3201 -data path/to/file/storage
uploadlimit: 10000000
root: ./
port: 80
readonly: false
preview: ""
shell script
APP_ROOT=/files APP_UPLOADLIMIT=300000 wfs-ls