mirror of
https://github.com/openwrt/luci.git
synced 2025-02-23 13:36:16 +00:00
Add LuCI interface for the v2rayA package. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
18 lines
275 B
JSON
18 lines
275 B
JSON
{
|
|
"luci-app-v2raya": {
|
|
"description": "Grant access to v2rayA configuration",
|
|
"read": {
|
|
"file": {
|
|
"/var/log/v2raya/v2raya.log": [ "read" ]
|
|
},
|
|
"ubus": {
|
|
"service": [ "list" ]
|
|
},
|
|
"uci": [ "v2raya" ]
|
|
},
|
|
"write": {
|
|
"uci": [ "v2raya" ]
|
|
}
|
|
}
|
|
}
|