mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 13:54:05 +02:00
Update config.json
This commit is contained in:
@@ -37,9 +37,6 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"PUID": 0,
|
"PUID": 0,
|
||||||
"PGID": 0,
|
"PGID": 0,
|
||||||
"localdisks": [
|
|
||||||
"sda1"
|
|
||||||
],
|
|
||||||
"networkdisks": "<//SERVER/SHARE>",
|
"networkdisks": "<//SERVER/SHARE>",
|
||||||
"cifsusername": "<username>",
|
"cifsusername": "<username>",
|
||||||
"cifspassword": "<password>"
|
"cifspassword": "<password>"
|
||||||
@@ -48,11 +45,9 @@
|
|||||||
"PUID": "int",
|
"PUID": "int",
|
||||||
"PGID": "int",
|
"PGID": "int",
|
||||||
"TZ": "str?",
|
"TZ": "str?",
|
||||||
"localdisks": [
|
"networkdisks": "str?",
|
||||||
"str"
|
"cifsusername": "str?",
|
||||||
],
|
"cifspassword": "str?",
|
||||||
"networkdisks": "str",
|
"cifsdomain": "str?"
|
||||||
"cifsusername": "str",
|
|
||||||
"cifspassword": "str"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user