secubox-openwrt/package/secubox/secubox-app-exposure
CyberMind-FR 53af5ac2e9 feat(exposure): Add emancipate/revoke commands for multi-channel exposure
- `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>
2026-02-05 04:18:33 +01:00
..
files feat(exposure): Add emancipate/revoke commands for multi-channel exposure 2026-02-05 04:18:33 +01:00
Makefile fix(exposure): Fix RPCD subshell issues and api.js baseclass 2026-01-25 16:19:04 +01:00
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