Update config.json

This commit is contained in:
Alexandre
2020-12-01 12:35:19 +01:00
committed by GitHub
parent d90be9a14f
commit c5288502b3

View File

@@ -28,6 +28,7 @@
"config:rw", "config:rw",
"share:rw", "share:rw",
"media:rw", "media:rw",
"mnt:rw",
"ssl" "ssl"
], ],
"webui": "http://[HOST]:[PORT:8096]", "webui": "http://[HOST]:[PORT:8096]",
@@ -37,7 +38,7 @@
"options": { "options": {
"PUID": 1001, "PUID": 1001,
"PGID": 1001, "PGID": 1001,
"localdisks": [- "<PARTITION LABEL>"], "localdisks": ["-<PARTITION LABEL>"],
"networkdisks": "<//SERVER/SHARE>", "networkdisks": "<//SERVER/SHARE>",
"cifsusername": "<username>", "cifsusername": "<username>",
"cifspassword": "<password>" "cifspassword": "<password>"