secubox-openwrt/package/secubox/secubox-app-exposure
CyberMind-FR 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
..
files feat(secubox-core): Add secubox-landing page generator 2026-02-08 06:15:37 +01:00
Makefile fix(exposure): Fix RPCD subshell issues and api.js baseclass 2026-01-25 16:19:04 +01:00
README.fr.md docs: Add trilingual documentation (French and Chinese translations) 2026-03-20 10:00:18 +01:00
README.md docs: Add trilingual documentation (French and Chinese translations) 2026-03-20 10:00:18 +01:00
README.zh.md docs: Add trilingual documentation (French and Chinese translations) 2026-03-20 10:00:18 +01:00

English | Francais | 中文

SecuBox Service Exposure Manager

Unified backend for managing service exposure: port conflict detection, Tor hidden services, and HAProxy SSL reverse proxy configuration.

Installation

opkg install secubox-app-exposure

Configuration

UCI config file: /etc/config/secubox-exposure

config exposure 'main'
    option enabled '1'

Usage

# Check for port conflicts
secubox-exposure check-ports

# Manage Tor hidden services
secubox-exposure tor-add <service>
secubox-exposure tor-remove <service>

# Manage HAProxy reverse proxy entries
secubox-exposure haproxy-add <service>
secubox-exposure haproxy-remove <service>

Files

  • /etc/config/secubox-exposure -- UCI configuration
  • /usr/sbin/secubox-exposure -- main CLI

Dependencies

  • secubox-core

License

MIT