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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user