18 lines
423 B
JSON
18 lines
423 B
JSON
{
|
|
"luci-app-netifyd-dashboard": {
|
|
"description": "Grant access to LuCI Netifyd Dashboard",
|
|
"read": {
|
|
"ubus": {
|
|
"netifyd": [ "status", "flows", "applications", "protocols", "devices", "stats" ],
|
|
"system": [ "info", "board" ],
|
|
"luci-rpc": [ "getNetifydStats" ],
|
|
"file": [ "read", "stat" ]
|
|
},
|
|
"uci": [ "netifyd", "netifyd-dashboard" ]
|
|
},
|
|
"write": {
|
|
"uci": [ "netifyd-dashboard" ]
|
|
}
|
|
}
|
|
}
|