Update config.json

This commit is contained in:
Alexandre
2021-05-01 10:23:12 +02:00
committed by GitHub
parent b42959a218
commit dd3d5b9fee

View File

@@ -15,7 +15,6 @@
}, },
"map": ["config:rw", "share:rw", "media:rw", "ssl"], "map": ["config:rw", "share:rw", "media:rw", "ssl"],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"full_access": true,
"webui": "http://[HOST]:[PORT:6767]", "webui": "http://[HOST]:[PORT:6767]",
"boot": "auto", "boot": "auto",
"environment": { "environment": {
@@ -24,20 +23,15 @@
}, },
"options": { "options": {
"PUID": 0, "PUID": 0,
"PGID": 0, "PGID": 0
"localdisks": ["sda1"],
"networkdisks": "<//SERVER/SHARE>",
"cifsusername": "<username>",
"cifspassword": "<password>"
}, },
"schema": { "schema": {
"PUID": "int", "PUID": "int",
"PGID": "int", "PGID": "int",
"TZ": "str?", "TZ": "str?",
"localdisks": ["str"], "networkdisks": "str?",
"networkdisks": "str", "cifsusername": "str?",
"cifsusername": "str", "cifspassword": "str?"
"cifspassword": "str"
}, },
"snapshot_exclude": ["**/Backups/*", "**/logs/*", "**/MediaCover/*"] "snapshot_exclude": ["**/Backups/*", "**/logs/*", "**/MediaCover/*"]
} }