1
0
mirror of https://github.com/falk-werner/webfused synced 2026-03-02 04:09:19 +00:00

allow to specify mount options

This commit is contained in:
Falk Werner
2020-11-13 19:29:03 +01:00
parent 3c14ba1cae
commit d8879cf1d9
24 changed files with 377 additions and 136 deletions

View File

@@ -5,7 +5,7 @@ A config file is used to configure webfuse daemon.
## Config file
```
version = { major = 1, minor = 0 }
version = { major = 1, minor = 1 }
server:
{
@@ -35,7 +35,7 @@ authentication:
filesystems:
(
{name = "test", mount_point = "/tmp/webfused" }
{name = "test", mount_point = "/tmp/webfused", mount_options = () }
)
log: