Block a user
Deploy topology is split: Gitea→CT114 (dev) vs GitHub→CT111 (prod), risk of drift
Implemented the Gitea-only two-pipeline design (commit 016256c on main): dev keeps auto-deploying on every push to main and now also publishes SHA-tagged images to git.jerodrigged.com's container…
Portfolio images render low-res — likely Immich serving thumbnails instead of originals
Fixed and deployed to dev. Root cause: the portfolio grid requested Immich's default /thumbnail endpoint with no size param, which serves a 250x374 WebP (~10KB) — visibly blurry. Added…
Portfolio images render low-res — likely Immich serving thumbnails instead of originals
Portfolio images render low-res — likely Immich serving thumbnails instead of originals
Real photography missing on prod volume (hero, portfolio covers, locations, logo)
Contract template PDF missing on both instances
Confirm public contact details and Venmo username before launch
Dev ADMIN_SECRET is hardcoded/committed in playwright.config.js
Signed-contract download endpoint is unauthenticated and enumerable
NPM proxy host missing for dev-lisilou.jerodrigged.com [RESOLVED]
Gitea API token needs read:issue + write:issue scope for agent workflows
Deploy topology is split: Gitea→CT114 (dev) vs GitHub→CT111 (prod), risk of drift