mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-03 04:28:45 +02:00
Add local disks
This commit is contained in:
@@ -34,7 +34,8 @@
|
|||||||
"networkdisks": "//ADDRESS/SHARE",
|
"networkdisks": "//ADDRESS/SHARE",
|
||||||
"cifsusername": "username",
|
"cifsusername": "username",
|
||||||
"cifspassword": "password",
|
"cifspassword": "password",
|
||||||
"DNS_server": "8.8.8.8,1.1.1.1"
|
"DNS_server": "8.8.8.8,1.1.1.1",
|
||||||
|
"localdisks": "sda1"
|
||||||
},
|
},
|
||||||
"ports": {
|
"ports": {
|
||||||
"9091/tcp": 9091,
|
"9091/tcp": 9091,
|
||||||
@@ -58,6 +59,7 @@
|
|||||||
"cifsusername": "str?",
|
"cifsusername": "str?",
|
||||||
"cifspassword": "str?",
|
"cifspassword": "str?",
|
||||||
"DNS_server": "str?",
|
"DNS_server": "str?",
|
||||||
|
"localdisks": "str?",
|
||||||
"smbv1": "bool?"
|
"smbv1": "bool?"
|
||||||
},
|
},
|
||||||
"slug": "transmission_ls",
|
"slug": "transmission_ls",
|
||||||
|
|||||||
Reference in New Issue
Block a user