mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
18d6345968
* Added new restricted ip api checkbox, initial instance localStorage support * Added instance notification, added correct instance switch after page refresh (to last current instance) * Optimize intention in wizard.js * ":" from i18n json to code * Changes for Responsive about site
73 lines
1.3 KiB
JSON
73 lines
1.3 KiB
JSON
{
|
|
"type" : "object",
|
|
"title" : "edt_conf_net_heading_title",
|
|
"required" : true,
|
|
"properties" :
|
|
{
|
|
"apiAuth" :
|
|
{
|
|
"type" : "boolean",
|
|
"title" : "edt_conf_net_apiAuth_title",
|
|
"required" : true,
|
|
"default" : true,
|
|
"propertyOrder" : 1
|
|
},
|
|
"internetAccessAPI" :
|
|
{
|
|
"type" : "boolean",
|
|
"title" : "edt_conf_net_internetAccessAPI_title",
|
|
"required" : true,
|
|
"default" : false,
|
|
"options": {
|
|
"dependencies": {
|
|
"apiAuth": true
|
|
}
|
|
},
|
|
"propertyOrder" : 2
|
|
},
|
|
"restirctedInternetAccessAPI" :
|
|
{
|
|
"type" : "boolean",
|
|
"title" : "edt_conf_net_restirctedInternetAccessAPI_title",
|
|
"required" : true,
|
|
"default" : false,
|
|
"options": {
|
|
"dependencies": {
|
|
"internetAccessAPI": true
|
|
}
|
|
},
|
|
"propertyOrder" : 3
|
|
},
|
|
"ipWhitelist" :
|
|
{
|
|
"type" : "array",
|
|
"title" : "edt_conf_net_ipWhitelist_title",
|
|
"required" : true,
|
|
"items" : {
|
|
"type": "string",
|
|
"title" : "edt_conf_net_ip_itemtitle"
|
|
},
|
|
"options": {
|
|
"dependencies": {
|
|
"restirctedInternetAccessAPI": true
|
|
}
|
|
},
|
|
"propertyOrder" : 4
|
|
},
|
|
"localApiAuth" :
|
|
{
|
|
"type" : "boolean",
|
|
"title" : "edt_conf_net_localApiAuth_title",
|
|
"required" : true,
|
|
"default" : false,
|
|
"options": {
|
|
"dependencies": {
|
|
"apiAuth": true
|
|
}
|
|
},
|
|
"propertyOrder" : 5
|
|
}
|
|
},
|
|
"additionalProperties" : false
|
|
}
|