mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-31 21:59:17 +03:00
22 lines
328 B
JSON
22 lines
328 B
JSON
{
|
|
"luci-app-podkop": {
|
|
"description": "Grant UCI and RPC access to LuCI app podkop",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.podkop": [
|
|
"get_sample1",
|
|
"get_sample2"
|
|
]
|
|
},
|
|
"uci": [
|
|
"podkop"
|
|
]
|
|
},
|
|
"write": {
|
|
"uci": [
|
|
"podkop"
|
|
]
|
|
}
|
|
}
|
|
}
|