mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
enable administration restriction
This commit is contained in:
parent
227f60496d
commit
d0a0052e1d
@ -320,7 +320,7 @@
|
|||||||
"ipWhitelist" : [],
|
"ipWhitelist" : [],
|
||||||
"apiAuth" : true,
|
"apiAuth" : true,
|
||||||
"localApiAuth" : false,
|
"localApiAuth" : false,
|
||||||
"localAdminAuth": false
|
"localAdminAuth": true
|
||||||
},
|
},
|
||||||
|
|
||||||
/// Recreate and save led layouts made with web config. These values are just helpers for ui, not for Hyperion.
|
/// Recreate and save led layouts made with web config. These values are just helpers for ui, not for Hyperion.
|
||||||
|
@ -182,7 +182,7 @@
|
|||||||
"ipWhitelist" : [],
|
"ipWhitelist" : [],
|
||||||
"apiAuth" : true,
|
"apiAuth" : true,
|
||||||
"localApiAuth" : false,
|
"localApiAuth" : false,
|
||||||
"localAdminAuth": false
|
"localAdminAuth": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"ledConfig" :
|
"ledConfig" :
|
||||||
|
@ -72,7 +72,7 @@
|
|||||||
"type" : "boolean",
|
"type" : "boolean",
|
||||||
"title" : "edt_conf_net_localAdminAuth_title",
|
"title" : "edt_conf_net_localAdminAuth_title",
|
||||||
"required" : true,
|
"required" : true,
|
||||||
"default" : false,
|
"default" : true,
|
||||||
"propertyOrder" : 5
|
"propertyOrder" : 5
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user