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>
18 lines
442 B
JSON
18 lines
442 B
JSON
{
|
|
"luci-app-mmpm": {
|
|
"description": "Grant access to MMPM",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.mmpm": ["get_status", "get_config", "get_web_url", "list_modules", "search_modules"]
|
|
},
|
|
"uci": ["mmpm"]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.mmpm": ["install_mmpm", "update_mmpm", "service_start", "service_stop", "service_restart", "install_module", "remove_module", "upgrade_modules", "set_config"]
|
|
},
|
|
"uci": ["mmpm"]
|
|
}
|
|
}
|
|
}
|