Single-page dashboard for SecuBox/OpenWrt with: - Native OpenWrt authentication via rpcd/ubus - Real-time system monitoring (CPU, RAM, Disk, Network) - CrowdSec security integration - Service management - Network interface control Access via: http://<router-ip>/secubox-dashboard/ Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
10 lines
208 B
Plaintext
10 lines
208 B
Plaintext
config webapp 'main'
|
|
option enabled '1'
|
|
option title 'SecuBox Control Center'
|
|
option refresh_interval '10'
|
|
option session_timeout '3600'
|
|
|
|
config access 'cors'
|
|
option enabled '1'
|
|
option allow_origin '*'
|