secubox-openwrt/luci-app-vhost-manager/root/usr/share/luci/menu.d/luci-app-vhost-manager.json

28 lines
812 B
JSON

{
"admin/services/vhost": {
"title": "VHost Manager",
"order": 75,
"action": {"type": "firstchild"}
},
"admin/services/vhost/overview": {
"title": "Overview",
"order": 10,
"action": {"type": "view", "path": "vhost-manager/overview"}
},
"admin/services/vhost/internal": {
"title": "Internal Hosts",
"order": 20,
"action": {"type": "view", "path": "vhost-manager/internal"}
},
"admin/services/vhost/redirects": {
"title": "External Redirects",
"order": 30,
"action": {"type": "view", "path": "vhost-manager/redirects"}
},
"admin/services/vhost/ssl": {
"title": "SSL Certificates",
"order": 40,
"action": {"type": "view", "path": "vhost-manager/ssl"}
}
}