- `emancipate <service> <port> <domain> [--tor] [--dns] [--mesh] [--all]` Unified multi-channel exposure: Tor + DNS/SSL + Mesh in single command - `revoke <service> [--tor] [--dns] [--mesh] [--all]` Removes exposure from selected channels - Enhanced `status` command shows emancipated services with active channels - UCI tracking for emancipation state (port, domain, channel flags) - Integrates with dnsctl, haproxyctl, and secubox-p2p 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