filesystem server
filesystem server
The filesystem server binding provides access to files and directories on the local filesystem, optionally following symbolic links.It behaves as a web server when combined with tcp,
tls
, http
and http-filesystem
bindings.
filesystem_server:
type: filesystem
kind: server
options:
location: web/
simlinks: follow
Configuration (* required)
options
object
The filesystem
specific options.
options:
location: web/
simlinks: follow
options.location
string
File system URI or directory name with trailing slash.
options.symlinks
enum
[follow
,ignore
] | Default:ignore
How to treat symbolic links.
telemetry
object
Defines the desired telemetry for the binding.
telemetry.metrics
array
Telemetry metrics to track
telemetry:
metrics:
- stream.*