secubox-openwrt/package/secubox/luci-app-secubox-portal
CyberMind-FR 3ac0a31cea feat(portal): C3BOX async progressive rendering with public ACL
- Async progressive cache: instant render from localStorage, async RPC updates
- Public ACL: unauthenticated access for secubox-public/portal route
- Progressive DOM updates via updateText() helpers
- No blocking Promise.all - each fetch updates its section on completion

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-11 10:07:22 +01:00
..
htdocs/luci-static/resources feat(portal): C3BOX async progressive rendering with public ACL 2026-02-11 10:07:22 +01:00
root/usr/share feat(portal): C3BOX async progressive rendering with public ACL 2026-02-11 10:07:22 +01:00
Makefile feat: Add HTTP health checks, portal speedtest, and fix cert detection 2026-01-30 19:46:26 +01:00
README.md docs(secubox): Add KISS README for all 46 remaining packages 2026-02-03 07:34:06 +01:00

SecuBox Portal

Unified web UI entry point for all SecuBox applications -- provides the top-level SecuBox navigation and tabbed dashboard.

Installation

opkg install luci-app-secubox-portal

Access

LuCI > SecuBox (top-level menu)

Sections

  • Dashboard -- Aggregated overview of all SecuBox services
  • Services -- Container for service sub-menus
  • Apps -- Application launcher and catalog
  • Settings -- Global SecuBox settings

Public Pages (no login required)

  • Bug Bounty
  • Crowdfunding Campaign
  • Development Status

Dependencies

  • luci-base
  • luci-theme-secubox

License

Apache-2.0