mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-24 16:26:04 +02:00
Update config.json
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"PUID": 1001,
|
"PUID": 1001,
|
||||||
"PGID": 1001,
|
"PGID": 1001,
|
||||||
"local_hdd": "<Local>",
|
"localdisks": ["/dev/sdb1"],
|
||||||
"networkdisks": ["<//SERVER/SHARE>"],
|
"networkdisks": ["<//SERVER/SHARE>"],
|
||||||
"cifsusername": "<username>",
|
"cifsusername": "<username>",
|
||||||
"cifspassword": "<password>"
|
"cifspassword": "<password>"
|
||||||
@@ -43,7 +43,7 @@
|
|||||||
"PUID": "int",
|
"PUID": "int",
|
||||||
"PGID": "int",
|
"PGID": "int",
|
||||||
"TZ": "str?",
|
"TZ": "str?",
|
||||||
"local_hdd": "str",
|
"localdisks": ["str"],
|
||||||
"networkdisks": ["str"],
|
"networkdisks": ["str"],
|
||||||
"cifsusername": "str",
|
"cifsusername": "str",
|
||||||
"cifspassword": "str"
|
"cifspassword": "str"
|
||||||
|
|||||||
Reference in New Issue
Block a user