mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Update config.json
This commit is contained in:
@@ -40,7 +40,11 @@
|
|||||||
"full_access": true,
|
"full_access": true,
|
||||||
"options": {
|
"options": {
|
||||||
"PUID": 1001,
|
"PUID": 1001,
|
||||||
"PGID": 1001
|
"PGID": 1001,
|
||||||
|
"networkdisks": "//server/share",
|
||||||
|
"cifsusername": "username",
|
||||||
|
"cifspassword": "password",
|
||||||
|
"smbv1": false
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"PUID": "int",
|
"PUID": "int",
|
||||||
@@ -49,6 +53,7 @@
|
|||||||
"localdisks": "str?",
|
"localdisks": "str?",
|
||||||
"networkdisks": "str?",
|
"networkdisks": "str?",
|
||||||
"cifsusername": "str?",
|
"cifsusername": "str?",
|
||||||
"cifspassword": "str?"
|
"cifspassword": "str?",
|
||||||
|
"smbv1": "bool"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user