feat(portal): Add Service Exposure to network section

New app entry for service-exposure in portal network apps:
- Port conflict management
- Tor hidden services
- HAProxy SSL backends

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
CyberMind-FR 2026-01-25 15:53:38 +01:00
parent 1056026168
commit c1444e1478

View File

@ -123,6 +123,18 @@ return baseclass.extend({
service: null,
version: '0.2.0'
},
'service-exposure': {
id: 'service-exposure',
name: 'Service Exposure',
desc: 'Manage port conflicts, Tor hidden services, and HAProxy SSL backends',
icon: '\ud83d\udd0c',
iconBg: 'rgba(155, 89, 182, 0.15)',
iconColor: '#9b59b6',
section: 'network',
path: 'admin/secubox/network/exposure',
service: null,
version: '1.0.0'
},
// Monitoring Apps
'media-flow': {