mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-29 16:07:40 +01:00
Update config.json
This commit is contained in:
@@ -39,23 +39,15 @@
|
|||||||
"full_access": true,
|
"full_access": true,
|
||||||
"options": {
|
"options": {
|
||||||
"PUID": 1001,
|
"PUID": 1001,
|
||||||
"PGID": 1001,
|
"PGID": 1001
|
||||||
"localdisks": [
|
|
||||||
"sda1"
|
|
||||||
],
|
|
||||||
"networkdisks": "<//SERVER/SHARE>",
|
|
||||||
"cifsusername": "<username>",
|
|
||||||
"cifspassword": "<password>"
|
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"PUID": "int",
|
"PUID": "int",
|
||||||
"PGID": "int",
|
"PGID": "int",
|
||||||
"TZ": "str?",
|
"TZ": "str?",
|
||||||
"localdisks": [
|
"localdisks": "str?",
|
||||||
"str"
|
"networkdisks": "str?",
|
||||||
],
|
"cifsusername": "str?",
|
||||||
"networkdisks": "str",
|
"cifspassword": "str?"
|
||||||
"cifsusername": "str",
|
|
||||||
"cifspassword": "str"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user