A secure API gateway and reverse proxy
1.6K
A secure API gateway and reverse proxy for local network services. It sits between your clients and backend services, handling authentication, routing, health monitoring, and service discovery; all from a single binary with a built-in web dashboard.
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
services:
nekzus:
image: nstalgic/nekzus:latest
ports:
- "8080:8080"
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- nekzus-data:/app/data
restart: unless-stopped
volumes:
nekzus-data:
latest — Latest stable release1.2.3 — Pinned to exact version1.2 — Latest patch within minor version1 — Latest within major versionbeta — Latest pre-releasesha-abc1234 — Pinned to exact commitContent type
Image
Digest
sha256:37002e24c…
Size
32.6 MB
Last updated
3 months ago
docker pull nstalgic/nekzus:sha-e9fb08f