secubox-openwrt/package/secubox/luci-app-mmpm/root/usr/share/luci/menu.d/luci-app-mmpm.json
CyberMind-FR e4a60dd24e refactor(menu): Move SecuBox services to LuCI Services menu
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>
2026-01-30 19:46:26 +01:00

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"
}
}
}