0
0
mirror of https://github.com/openwrt/luci.git synced 2025-04-15 02:25:43 +00:00
Files
Jaymin Patel 6c151fcddb luci-app-apinger: Add LuCI for Apinger
LuCI Support for Apinger

Signed-off-by: Jaymin Patel <jem.patel@gmail.com>
2022-08-01 02:24:52 +05:30

20 lines
308 B
JSON

{
"luci-app-apinger" : {
"description" : "Grant access to LuCI app Apinger",
"read" : {
"ubus" : {
"apinger" : [ "*" ],
"file": [ "stat" ],
"service": [ "list" ]
},
"uci": [ "apinger" ]
},
"write" : {
"ubus" : {
"apinger" : [ "*" ]
},
"uci": [ "apinger" ]
}
}
}