secubox-openwrt/package/secubox/secubox-app-exposure
CyberMind-FR ab34719f9f feat(secubox-core): Add secubox-landing page generator
- Add secubox-landing script to generate landing pages from HAProxy vhosts
- Integrate landing command into secubox CLI
- Add boot hook to regenerate landing pages on startup
- Fix HAProxy multi-cert SNI using crt-list instead of directory mode
- Fix backend IPs from 127.0.0.1 to 192.168.255.1 for LXC compatibility
- Auto-convert localhost IPs in RPCD handler and CLI tools

Landing page features:
- Groups all services by zone with stats header
- Shows SSL certificate status per domain
- Categorizes by type: Streamlit, Blog, Admin, Media, Dev, etc.
- Regenerates at boot (30s after startup)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-08 06:15:37 +01:00
..
files feat(secubox-core): Add secubox-landing page generator 2026-02-08 06:15:37 +01:00
Makefile
README.md docs(secubox): Add KISS README for all 46 remaining packages 2026-02-03 07:34:06 +01:00

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