Sign inSign up

stodachon/snikrkit-api

By stodachon

Updated 21 days ago

SnikrKit backend API — orchestration, auth & data for IPC security testing

Image
Security
Developer tools
Databases & storage
0

195

stodachon/snikrkit-api repository overview

NestJS PostgreSQL
SnikrKit — Backend API

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.

Quick setup
​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
Required environment variables
VariableDescription
DATABASE_URLPostgreSQL connection string
REDIS_HOST / REDIS_PORTRedis connection
JWT_SECRETSession signing secret

Database migrations run automatically on container startup.

Intended for applications you own or are explicitly authorized to test.

Tag summary

Content type

Image

Digest

sha256:f71ba2ff0

Size

332.2 MB

Last updated

21 days ago

docker pull stodachon/snikrkit-api