Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2021-11-25 | 608 Bytes | |
v0.1.0.tar.gz | 2021-11-25 | 20.9 kB | |
v0.1.0.zip | 2021-11-25 | 38.8 kB | |
Totals: 3 Items | 60.2 kB | 0 |
Fixed
- Fix
Write
directory messages is unprocessed. - Fix query api path error, add a root
FileSystem
for query api, the same as the file server api with/src/
route.
Enhancements
- Add
local_sync_disabled
param for remote server src, to disable local disk sync. - Add support HTTPS for the file server, it is default now, you can disable it by setting the
server_tls
flag to false. - Change the file server default addr, if https is disabled by
server_tls
flag,server_addr
reset to:80
default. - Add default handler for root route.
- Print help info if no arguments.