Files
op-packages/homeproxy-hiddify/root/usr/share/luci/menu.d/luci-app-re-homeproxy.json
T

54 lines
980 B
JSON

{
"admin/services/homeproxy": {
"title": "Re:HomeProxy",
"order": 10,
"action": {
"type": "firstchild"
},
"depends": {
"acl": [ "luci-app-re-homeproxy" ],
"uci": { "homeproxy": true }
}
},
"admin/services/homeproxy/client": {
"title": "Client Settings",
"order": 10,
"action": {
"type": "view",
"path": "homeproxy/client"
}
},
"admin/services/homeproxy/node": {
"title": "Node Settings",
"order": 15,
"action": {
"type": "view",
"path": "homeproxy/node"
}
},
"admin/services/homeproxy/server": {
"title": "Server Settings",
"order": 30,
"action": {
"type": "view",
"path": "homeproxy/server"
}
},
"admin/services/homeproxy/status": {
"title": "Core & Tools",
"order": 20,
"action": {
"type": "view",
"path": "homeproxy/status"
}
},
"admin/services/homeproxy/diagnostics": {
"title": "Diagnostics",
"order": 40,
"action": {
"type": "view",
"path": "homeproxy/diagnostics"
}
}
}