Add complete French (fr) and Chinese (zh) translations for all documentation: - Root files: README, CHANGELOG, SECURITY, BETA-RELEASE - docs/: All 16 core documentation files - DOCS/: All 19 deep-dive documents including embedded/ and archive/ - package/secubox/: All 123+ package READMEs - Misc: secubox-tools/, scripts/, EXAMPLES/, config-backups/, streamlit-apps/ Total: 346 translation files created Each file includes language switcher links for easy navigation between English, French, and Chinese versions. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
38 lines
705 B
Markdown
38 lines
705 B
Markdown
English | [Francais](README.fr.md) | [中文](README.zh.md)
|
|
|
|
# SecuBox Portal
|
|
|
|
Unified web UI entry point for all SecuBox applications -- provides the top-level SecuBox navigation and tabbed dashboard.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
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
|