add a minimalistic example app for modern js-based apps Signed-off-by: Andreas Bräu <ab@andi95.de>
25 lines
361 B
JSON
25 lines
361 B
JSON
{
|
|
"luci-app-example": {
|
|
"description": "Grant UCI access to LuCI app ecample",
|
|
"read": {
|
|
"ubus": {
|
|
"uci": [
|
|
"get"
|
|
]
|
|
},
|
|
"uci": [
|
|
"example"
|
|
]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"uci": [
|
|
"set", "commit"
|
|
]
|
|
},
|
|
"uci": [
|
|
"example"
|
|
]
|
|
}
|
|
}
|
|
}
|