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>
47 lines
775 B
JSON
47 lines
775 B
JSON
{
|
|
"admin/services/mmpm": {
|
|
"title": "MMPM",
|
|
"order": 32,
|
|
"action": {
|
|
"type": "alias",
|
|
"path": "admin/services/mmpm/dashboard"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-mmpm"],
|
|
"uci": {"mmpm": true}
|
|
}
|
|
},
|
|
"admin/services/mmpm/dashboard": {
|
|
"title": "Dashboard",
|
|
"order": 1,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "mmpm/dashboard"
|
|
}
|
|
},
|
|
"admin/services/mmpm/modules": {
|
|
"title": "Modules",
|
|
"order": 2,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "mmpm/modules"
|
|
}
|
|
},
|
|
"admin/services/mmpm/webui": {
|
|
"title": "Web GUI",
|
|
"order": 3,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "mmpm/webui"
|
|
}
|
|
},
|
|
"admin/services/mmpm/settings": {
|
|
"title": "Settings",
|
|
"order": 4,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "mmpm/settings"
|
|
}
|
|
}
|
|
}
|