secubox-openwrt/package/secubox/luci-app-nextcloud/root/usr/share/luci/menu.d/luci-app-nextcloud.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

29 lines
474 B
JSON

{
"admin/services/nextcloud": {
"title": "Nextcloud",
"order": 55,
"action": {
"type": "firstchild"
},
"depends": {
"acl": ["luci-app-nextcloud"]
}
},
"admin/services/nextcloud/overview": {
"title": "Overview",
"order": 10,
"action": {
"type": "view",
"path": "nextcloud/overview"
}
},
"admin/services/nextcloud/settings": {
"title": "Settings",
"order": 90,
"action": {
"type": "view",
"path": "nextcloud/settings"
}
}
}