SnikrKit backend API — orchestration, auth & data for IPC security testing
195
This image is the backend service (NestJS) for SnikrKit, a modern, GUI-first Android IPC security testing platform. It owns persistence (PostgreSQL via Prisma), authentication, and job orchestration — dispatching Android operations to the snikrkit-engine service over a Redis-backed queue.
Part of a three-service stack (web, api, engine) plus PostgreSQL and Redis. Not meant to run standalone — use the provided docker-compose.yml.
git clone https://github.com/stodachon/snikrkit
cd snikrkit/infra
docker compose -f docker-compose.prod.yml up -d
docker compose -f docker-compose.prod.yml logs api #find the first-run password
| Variable | Description |
|---|---|
DATABASE_URL | PostgreSQL connection string |
REDIS_HOST / REDIS_PORT | Redis connection |
JWT_SECRET | Session signing secret |
Database migrations run automatically on container startup.
stodachon/snikrkit-web — web dashboardstodachon/snikrkit-engine — Android security engineIntended for applications you own or are explicitly authorized to test.
Content type
Image
Digest
sha256:f71ba2ff0…
Size
332.2 MB
Last updated
21 days ago
docker pull stodachon/snikrkit-api