- 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>
Extracts the ticket/attachment system into a reusable pip-installable package.
Centralises homelab MCP server (tickets, attachments, system logs) here.
- corvid package: models, router (make_router factory), config, standalone main
- Alembic migration chain for fresh standalone deployments
- Docker Compose for standalone deployment (port 8090)
- mcp_server.py: moved from homelab-dashboard, CORVID_REPO_PATH configurable
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>