Nincs leírás

chiappa 09f99253dc feat(M07): policies, blocklist distribution endpoint 1 hete
api 09f99253dc feat(M07): policies, blocklist distribution endpoint 1 hete
doc d330d80b8a feat(M01): monorepo skeleton, toolchain, docker compose builds clean 1 hete
examples d330d80b8a feat(M01): monorepo skeleton, toolchain, docker compose builds clean 1 hete
files d330d80b8a feat(M01): monorepo skeleton, toolchain, docker compose builds clean 1 hete
scripts d330d80b8a feat(M01): monorepo skeleton, toolchain, docker compose builds clean 1 hete
ui d330d80b8a feat(M01): monorepo skeleton, toolchain, docker compose builds clean 1 hete
.env.example 09f99253dc feat(M07): policies, blocklist distribution endpoint 1 hete
.gitignore 77759c77de feat(M02): database schema, migrations, seeds, IP/CIDR helpers 1 hete
PROGRESS.md 09f99253dc feat(M07): policies, blocklist distribution endpoint 1 hete
README.md d330d80b8a feat(M01): monorepo skeleton, toolchain, docker compose builds clean 1 hete
SPEC.md d330d80b8a feat(M01): monorepo skeleton, toolchain, docker compose builds clean 1 hete
compose.scheduler.yml d330d80b8a feat(M01): monorepo skeleton, toolchain, docker compose builds clean 1 hete
docker-compose.yml d330d80b8a feat(M01): monorepo skeleton, toolchain, docker compose builds clean 1 hete

README.md

IRDB — IP Reputation Database

A self-hosted IP reputation service that ingests abuse reports and distributes tailored block lists, shipped as a Docker Compose stack (api + ui + optional mysql / scheduler).

See SPEC.md for the full build specification and files/ for the milestone-by-milestone implementation prompts. Per-milestone progress is tracked in PROGRESS.md.

Local CI

./scripts/ci.sh

Runs lint/static-analysis/tests for both subprojects and verifies docker compose builds. Requires Docker; no PHP/Node toolchain needed on the host.