secubox-openwrt/package/secubox/luci-app-rtty-remote/root/usr/share/luci/menu.d/luci-app-rtty-remote.json
CyberMind-FR bc3be1709b feat(rtty-remote): Add Web Terminal view (Phase 3)
Integrates ttyd WebSocket terminal into RTTY Remote module:
- New "Web Terminal" menu item in System Hub
- Iframe-based terminal embedding ttyd on port 7681
- Node selector for local/remote terminal access
- Remote node detection (direct ttyd or SSH fallback)
- Fullscreen and refresh controls
- RPCD method: start_terminal for remote node terminal info

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-08 17:54:30 +01:00

36 lines
873 B
JSON

{
"admin/secubox/system/system-hub/rtty-remote": {
"title": "Remote Control",
"order": 15,
"action": {
"type": "view",
"path": "rtty-remote/dashboard"
},
"depends": {
"acl": ["luci-app-rtty-remote"]
}
},
"admin/secubox/system/system-hub/support": {
"title": "Remote Support",
"order": 16,
"action": {
"type": "view",
"path": "rtty-remote/support"
},
"depends": {
"acl": ["luci-app-rtty-remote"]
}
},
"admin/secubox/system/system-hub/terminal": {
"title": "Web Terminal",
"order": 17,
"action": {
"type": "view",
"path": "rtty-remote/terminal"
},
"depends": {
"acl": ["luci-app-rtty-remote"]
}
}
}