Update config.json

This commit is contained in:
Alexandre
2021-02-16 16:19:23 +01:00
committed by GitHub
parent fde8b25545
commit 33c756c36c

View File

@@ -23,6 +23,7 @@
"media:rw", "media:rw",
"config:rw", "config:rw",
"addons:rw", "addons:rw",
"backup:rw",
"share:rw", "share:rw",
"ssl" "ssl"
], ],
@@ -31,6 +32,9 @@
"FB_BASEURL": "/filebrowser" "FB_BASEURL": "/filebrowser"
}, },
"options": { "options": {
"networkdisks": "//server/share",
"cifsusername": "username",
"cifspassword": "password"
}, },
"schema": { "schema": {
"networkdisks": "str?", "networkdisks": "str?",