mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-28 03:14:04 +02:00
Add whitelist, user & pass
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",
|
||||||
|
"whitelist": "localhost,127.0.0.1,172.30.0.0/16,192.168.0.0/16",
|
||||||
"localdisks": "sda1"
|
"localdisks": "sda1"
|
||||||
},
|
},
|
||||||
"ports": {
|
"ports": {
|
||||||
@@ -60,6 +61,9 @@
|
|||||||
"cifspassword": "str?",
|
"cifspassword": "str?",
|
||||||
"DNS_server": "str?",
|
"DNS_server": "str?",
|
||||||
"localdisks": "str?",
|
"localdisks": "str?",
|
||||||
|
"whitelist": "str?",
|
||||||
|
"user": "str?",
|
||||||
|
"pass": "str?",
|
||||||
"smbv1": "bool?"
|
"smbv1": "bool?"
|
||||||
},
|
},
|
||||||
"slug": "transmission_ls",
|
"slug": "transmission_ls",
|
||||||
|
|||||||
Reference in New Issue
Block a user