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>
36 lines
873 B
JSON
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"]
|
|
}
|
|
}
|
|
}
|