mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-12 11:24:37 +08:00
54 lines
980 B
JSON
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"
|
|
}
|
|
}
|
|
}
|