docs: add IaC sync reminder to CLAUDE.md

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
caoimhinr 2026-05-27 21:44:38 +02:00
parent b068699f80
commit 6e2c62288d

View file

@ -71,6 +71,14 @@ TICKETS_API_KEY="" DATABASE_URL="sqlite+aiosqlite:///dev.db" \
uvicorn corvid.main:app --reload --port 8090
```
## IaC sync
Corvid runs embedded inside the homelab-dashboard Docker image — it is not deployed
as a standalone service via Ansible. However, its config surface (env vars, ports,
API key) is reflected in `pve/ansible/roles/homedash/templates/env.j2` and
`pve/ansible/host_vars/hetzner.yml`. If corvid's env requirements change (new vars,
renamed keys), update those files to prevent drift flagged by the compliance runner.
## DB migrations
Alembic runs at startup (`entrypoint.sh`). Add new migrations in