🎨 Brand Identity
Base domain for white-label configuration
🎨 Colors
📧 Contact Emails
📦 Applications & Services
Configure all ecosystem services ({{ Object.keys(filteredServices).length }} of {{ Object.keys(config.services).length }})
🔍
➕ New Service
⚠️ Delete Service
This action cannot be undone. To confirm, type {{ deleteModal.serviceId }} below:
{{ getServiceIcon(svc.type) }}
ID:
{{ svc.enabled ? 'Enabled' : 'Disabled' }}
v{{ svc.version || '1.0.0' }}⚙️ Feature Flags
{{ formatKey(key) }}
{{ getFeatureDescription(key) }}
🔔 Webhook Notifications
Receive real-time alerts about bus events via HTTP POST to your endpoint.
Events to Monitor
{{ getWebhookEventName(eventKey) }}
{{ getWebhookEventDescription(eventKey) }}
📤 Payload Format
{
"timestamp": "2026-01-02T21:45:00.000Z",
"level": "warning" | "error" | "info",
"event": "service:offline",
"service": {
"id": "onebox",
"name": "OneBox",
"port": 7447
},
"message": "Service disconnected unexpectedly",
"metadata": { ... }
}