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>
29 lines
453 B
JSON
29 lines
453 B
JSON
{
|
|
"admin/services/lyrion": {
|
|
"title": "Lyrion",
|
|
"order": 50,
|
|
"action": {
|
|
"type": "firstchild"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-lyrion"]
|
|
}
|
|
},
|
|
"admin/services/lyrion/overview": {
|
|
"title": "Overview",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "lyrion/overview"
|
|
}
|
|
},
|
|
"admin/services/lyrion/settings": {
|
|
"title": "Settings",
|
|
"order": 90,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "lyrion/settings"
|
|
}
|
|
}
|
|
}
|