- 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> |
||
|---|---|---|
| .. | ||
| files | ||
| Makefile | ||
| README.md | ||
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