mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-05 07:14:08 +02:00
Update config.json
This commit is contained in:
@@ -41,12 +41,10 @@
|
|||||||
"PGID": 1000,
|
"PGID": 1000,
|
||||||
"download_dir": "/share/downloads",
|
"download_dir": "/share/downloads",
|
||||||
"incomplete_dir": "/share/incomplete",
|
"incomplete_dir": "/share/incomplete",
|
||||||
"localdisks": [
|
"networkdisks": "//ADDRESS/SHARE",
|
||||||
"sda1"
|
|
||||||
],
|
|
||||||
"networkdisks": "//SERVER/SHARE",
|
|
||||||
"cifsusername": "username",
|
"cifsusername": "username",
|
||||||
"cifspassword": "password"
|
"cifspassword": "password",
|
||||||
|
"smbv1": false,
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"PUID": "int",
|
"PUID": "int",
|
||||||
@@ -54,11 +52,9 @@
|
|||||||
"TZ": "str?",
|
"TZ": "str?",
|
||||||
"download_dir": "str",
|
"download_dir": "str",
|
||||||
"incomplete_dir": "str?",
|
"incomplete_dir": "str?",
|
||||||
"localdisks": [
|
|
||||||
"str?"
|
|
||||||
],
|
|
||||||
"networkdisks": "str?",
|
"networkdisks": "str?",
|
||||||
"cifsusername": "str?",
|
"cifsusername": "str?",
|
||||||
"cifspassword": "str?"
|
"cifspassword": "str?",
|
||||||
|
"smbv1": "bool",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user