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

@@ -1,12 +1,12 @@
# Webfuse deamon configuration file
version = { major = 1, minor = 0 }
version = { major = 1, minor = 1 }
server:
{
vhost_name = "localhost"
port = 8080
# tls:
# {
# certificate = "/etc/webfused/cert.pem"
@@ -36,7 +36,7 @@ authentication:
filesystems:
(
{name = "test", mount_point = "/tmp/webfused" }
{name = "test", mount_point = "/tmp/webfused", mount_options = () }
)
log: