Move 9 service apps from admin/secubox/services/ to admin/services/: - localai, lyrion, magicmirror2, mailinabox, mmpm - nextcloud, ollama, vhost-manager, mitmproxy Services now appear under standard LuCI Services menu for consistency. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
69 lines
1.2 KiB
JSON
69 lines
1.2 KiB
JSON
{
|
|
"admin/services/vhosts": {
|
|
"title": "VHost Manager",
|
|
"order": 40,
|
|
"action": {
|
|
"type": "firstchild"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-vhost-manager"]
|
|
}
|
|
},
|
|
"admin/services/vhosts/overview": {
|
|
"title": "Overview",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "vhost-manager/overview"
|
|
}
|
|
},
|
|
"admin/services/vhosts/vhosts": {
|
|
"title": "Virtual Hosts",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "vhost-manager/vhosts"
|
|
}
|
|
},
|
|
"admin/services/vhosts/internal": {
|
|
"title": "Internal Services",
|
|
"order": 25,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "vhost-manager/internal"
|
|
}
|
|
},
|
|
"admin/services/vhosts/certificates": {
|
|
"title": "SSL Certificates",
|
|
"order": 30,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "vhost-manager/certificates"
|
|
}
|
|
},
|
|
"admin/services/vhosts/ssl": {
|
|
"title": "SSL/TLS Configuration",
|
|
"order": 35,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "vhost-manager/ssl"
|
|
}
|
|
},
|
|
"admin/services/vhosts/redirects": {
|
|
"title": "URL Redirects",
|
|
"order": 37,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "vhost-manager/redirects"
|
|
}
|
|
},
|
|
"admin/services/vhosts/logs": {
|
|
"title": "Access Logs",
|
|
"order": 40,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "vhost-manager/logs"
|
|
}
|
|
}
|
|
}
|