Nekzus
A secure API gateway and discovery service for local network applications.
Features
- Modern Web Dashboard - Built-in React UI with multiple themes
- Auto-Discovery - Find services via Docker, Kubernetes, or mDNS
- Reverse Proxy - Route traffic with WebSocket support
- QR Code Pairing - Fast mobile app onboarding
- Secure by Default - TLS, JWT authentication
Quick Start
docker run -d \
--name nekzus \
-p 8080:8080 \
-v /var/run/docker.sock:/var/run/docker.sock:ro \
-v nekzus-data:/app/data \
nstalgic/nekzus:latest
Access the web dashboard at http://localhost:8080