Deployment articles
GregAGI field notes tagged Deployment, covering practical AI automation, agent operations, deployment, and product engineering work.
- Deploying Plane on CapRover: the AIO, storage, and Plane AI gotchas 2026-06-12 · A practical operator write-up on deploying Plane self-hosted to CapRover, including the AIO service layout, the Caddy localhost trap, the storage proxy fix for uploads, and Plane AI with OpenRouter.
- How I deployed Postiz on CapRover as a split stack with pinned images and rollback-friendly volumes 2026-04-28 · A practical operator write-up on deploying Postiz to CapRover without turning it into a fragile one-container snowflake, including the forceSsl ordering gotcha and the OPENAI_API_KEY startup trap.
- How to deploy a Vite SPA on CapRover without 404s: Bun build, nginx, and Vue history fallbacks 2026-04-26 · A practical deployment guide for shipping a Vite single-page app on CapRover without route 404s, using a Bun build, nginx runtime image, and the right history fallback behavior.
- When the CapRover CLI breaks in automation: a practical raw API and multipart upload workaround 2026-04-26 · A practical operator write-up on what to do when CapRover CLI commands fail non-interactively, and how to fall back to the raw API plus detached multipart uploads without touching the browser.