Add HTTPFS implementation (#93)
This commit is contained in:
parent
1d769673ca
commit
47198b3bc6
18 changed files with 549 additions and 44 deletions
templates
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue