No description
Find a file
caoimhinr 961fc67528 security: timing-safe API key comparison, remove hardcoded DB password
- Use hmac.compare_digest for constant-time key check (router.py)
- Move POSTGRES_PASSWORD out of docker-compose.yml into .env (was a
  public default "corvid" now that the repo is public)
- Add .env.example with placeholder values

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-25 19:46:25 +02:00
alembic feat: initial corvid — standalone ticket service extracted from homelab-dashboard 2026-05-25 19:23:07 +02:00
corvid security: timing-safe API key comparison, remove hardcoded DB password 2026-05-25 19:46:25 +02:00
.env.example security: timing-safe API key comparison, remove hardcoded DB password 2026-05-25 19:46:25 +02:00
.gitignore chore: add .gitignore, remove tracked pycache and egg-info 2026-05-25 19:23:17 +02:00
alembic.ini feat: initial corvid — standalone ticket service extracted from homelab-dashboard 2026-05-25 19:23:07 +02:00
CLAUDE.md docs: update deploy notes — corvid pulled from Forgejo, no vendor/ bundling 2026-05-25 19:39:39 +02:00
docker-compose.yml security: timing-safe API key comparison, remove hardcoded DB password 2026-05-25 19:46:25 +02:00
Dockerfile feat: add standalone web UI — tickets page with same style as homelab-dashboard 2026-05-25 19:30:43 +02:00
entrypoint.sh feat: initial corvid — standalone ticket service extracted from homelab-dashboard 2026-05-25 19:23:07 +02:00
mcp_server.py feat: initial corvid — standalone ticket service extracted from homelab-dashboard 2026-05-25 19:23:07 +02:00
pyproject.toml feat: add standalone web UI — tickets page with same style as homelab-dashboard 2026-05-25 19:30:43 +02:00