mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-19 23:31:50 +02:00
Update config.json
This commit is contained in:
@@ -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/*"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user