]> Repos - crimata-dns/summary
 
descriptionCloudflare-backed DNS provisioning API for crimata.com customer subdomains
last changeThu, 16 Jul 2026 20:24:13 +0000 (20:24 +0000)
readme

crimata-dns

Small internal API for provisioning DNS on crimata.com via Cloudflare — used to give each new Crimata customer a free subdomain, and optionally point a custom domain at their instance.

What it does

Built with Fastify + TypeScript, talking to the Cloudflare API.

Running it

cp .env.example .env # fill in Cloudflare API token, account ID, zone ID npm install npm run dev

The included Dockerfile builds and runs the compiled version (npm run build then node dist/index.js).

shortlog
9 days ago Andrew GundersenTest post-receive hook (README.html regen) main
9 days ago Andrew GundersenAdd README
10 days ago Mirror Testtest: remove mirror test file
10 days ago Mirror Testtest: verify server-to-github mirror
2026-02-27 Andrew GundersenAdd MIT License
2026-02-25 Andrew GundersenInitial commit
heads
9 days ago main