Add HTTPFS implementation ()

This commit is contained in:
Antonio Navarro Perez 2021-11-23 13:05:49 +01:00 committed by GitHub
parent 1d769673ca
commit 47198b3bc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 549 additions and 44 deletions

View file

@ -4,6 +4,11 @@
# HTTP specific configuration.
http:
port: 4444
ip: "0.0.0.0"
# Serve all routes content over http on IP:PORT/fs
httpfs: true
# WebDAV specific configuration. Remove this to disable WebDAV.
webdav: