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