ccfb58124c
docs: Add trilingual documentation (French and Chinese translations)
...
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>
2026-03-20 10:00:18 +01:00
d92b3360ea
feat(repo): Add unified repo-deploy.sh and multi-arch support
...
- Add repo-deploy.sh script for staging and deploying packages
- Replicate _all.ipk packages to all 6 architectures automatically
- Add "Refresh Indexes" button to LuCI dashboard for local deployments
- Add RPCD refresh method to regenerate Packages indexes on-device
- Support architectures: aarch64_cortex-a72, aarch64_cortex-a53,
aarch64_generic, x86_64, mips_24kc, mipsel_24kc
Usage:
./secubox-tools/repo-deploy.sh stage --clean
./secubox-tools/repo-deploy.sh deploy root@192.168.255.1
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-19 07:48:59 +01:00
8055bca368
feat(interceptor): Add InterceptoR transparent traffic interception
...
The Gandalf Proxy - unified traffic interception with 5 pillars:
New packages:
- secubox-cookie-tracker: HTTP cookie classification with mitmproxy addon
- SQLite database for cookie tracking
- 100+ known tracker domains (Google Analytics, Facebook, etc.)
- CLI: cookie-trackerctl status/list/block/report
- luci-app-interceptor: Unified dashboard aggregating all pillars
- Health score (0-100%) based on active pillars
- Status cards: WPAD, mitmproxy, CDN Cache, Cookie Tracker, API Failover
Enhanced modules:
- luci-app-network-tweaks: WPAD enforcement via iptables redirect
- setWpadEnforce/getWpadEnforce RPCD methods
- Catches clients ignoring WPAD auto-discovery
- luci-app-cdn-cache: API failover and offline mode
- stale-if-error patterns for /api/ and .json endpoints
- WAN hotplug script (99-cdn-offline) toggles offline mode
- collapsed_forwarding for duplicate request handling
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-11 10:58:53 +01:00