Portal login now authenticates against SecuBox users (UCI config) instead of hardcoded credentials. New RPCD methods in luci.secubox-users: - authenticate: Verify username/password, return session token - recover: Send password reset email - reset_password: Set new password with recovery token Portal pages: - login.html: Login form with password recovery link - reset.html: Password reset form (from email link) Features: - SHA256 password hashing - Session tokens stored in /tmp/secubox-sessions/ - Email-based password recovery via mailctl - Public ACL access (no LuCI login required) - Passwords synced to services if sync_passwords=1 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| htdocs/luci-static/resources | ||
| root | ||
| Makefile | ||
| README.md | ||
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-baseluci-theme-secubox
License
Apache-2.0