Skip to content

v0.1.0

Compare
Choose a tag to compare
@mstmdev mstmdev released this 25 Nov 18:01
· 754 commits to main since this release

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.