New packages: - secubox-app-rtty-remote: Backend with rttyctl CLI - luci-app-rtty-remote: LuCI dashboard with KISS theme Features: - RPCD Proxy: Execute remote ubus calls to mesh nodes over HTTP - Support Panel: Remote assistance with shareable session codes - Session tracking: SQLite database for audit trail - Quick actions: System info, network, services, vhosts, reboot - RPC Console: Execute arbitrary ubus commands CLI commands: - rttyctl nodes - List mesh nodes - rttyctl rpc <node> <object> <method> - Execute remote RPCD - rttyctl rpc-list <node> - List available objects - rttyctl sessions - Show session history LuCI views: - dashboard.js: Node management, stats, RPC console - support.js: Remote assistance with session codes Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
19 lines
445 B
Plaintext
19 lines
445 B
Plaintext
config rtty-remote 'main'
|
|
option enabled '1'
|
|
option server_port '7681'
|
|
option auth_method 'master-link'
|
|
option session_ttl '3600'
|
|
option max_sessions '10'
|
|
option log_level 'info'
|
|
|
|
config security 'security'
|
|
option require_wg '1'
|
|
option allowed_networks '10.100.0.0/24 192.168.255.0/24'
|
|
option session_encryption '1'
|
|
|
|
config proxy 'proxy'
|
|
option rpc_timeout '30'
|
|
option batch_limit '50'
|
|
option cache_ttl '60'
|
|
option http_port '8080'
|