secubox-openwrt/package/secubox/luci-app-mmpm/root/usr/share/luci/menu.d/luci-app-mmpm.json
CyberMind-FR a83cde0885 feat(magicmirror2): Add MagicMirror² and MMPM packages
New packages:
- secubox-app-magicmirror2 (0.4.0): MagicMirror² smart display platform
  - LXC container with Docker image extraction
  - mm2ctl CLI for management
  - Support for gzip/zstd compressed layers
  - Default port 8082

- luci-app-magicmirror2 (0.4.0): LuCI web interface
  - Dashboard, modules, webui, settings views
  - RPCD backend for service control
  - Module management integration

- secubox-app-mmpm (0.2.0): MMPM package manager
  - Installs MMPM in MagicMirror2 container
  - mmpmctl CLI for module management
  - Web GUI on port 7891

- luci-app-mmpm (0.2.0): LuCI interface for MMPM
  - Dashboard with install/update controls
  - Module search and management
  - Embedded web GUI view

Portal integration:
- Added MagicMirror² and MMPM to Services section
- Portal version bumped to 0.6.0

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 12:00:18 +01:00

47 lines
823 B
JSON

{
"admin/secubox/services/mmpm": {
"title": "MMPM",
"order": 32,
"action": {
"type": "alias",
"path": "admin/secubox/services/mmpm/dashboard"
},
"depends": {
"acl": ["luci-app-mmpm"],
"uci": {"mmpm": true}
}
},
"admin/secubox/services/mmpm/dashboard": {
"title": "Dashboard",
"order": 1,
"action": {
"type": "view",
"path": "mmpm/dashboard"
}
},
"admin/secubox/services/mmpm/modules": {
"title": "Modules",
"order": 2,
"action": {
"type": "view",
"path": "mmpm/modules"
}
},
"admin/secubox/services/mmpm/webui": {
"title": "Web GUI",
"order": 3,
"action": {
"type": "view",
"path": "mmpm/webui"
}
},
"admin/secubox/services/mmpm/settings": {
"title": "Settings",
"order": 4,
"action": {
"type": "view",
"path": "mmpm/settings"
}
}
}