From 40556e5a2de7e5f92d5afe2ffddfa4c5b6909cd0 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Thu, 9 Apr 2026 09:54:46 -0700 Subject: [PATCH] Review gandi.md: add missing forge.eblu.me CNAME record The Pulumi code has had a forge.eblu.me CNAME since it was added, but the doc's DNS table only listed docs and cv. Also fixed the __main__.py description to mention CNAMEs alongside A records. Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/changelog.d/+review-gandi-doc.doc.md | 1 + docs/reference/infrastructure/gandi.md | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 docs/changelog.d/+review-gandi-doc.doc.md diff --git a/docs/changelog.d/+review-gandi-doc.doc.md b/docs/changelog.d/+review-gandi-doc.doc.md new file mode 100644 index 0000000..1f85ce0 --- /dev/null +++ b/docs/changelog.d/+review-gandi-doc.doc.md @@ -0,0 +1 @@ +Review gandi.md: add missing forge.eblu.me CNAME, fix program description, stamp review date. diff --git a/docs/reference/infrastructure/gandi.md b/docs/reference/infrastructure/gandi.md index c374b05..ae1fe56 100644 --- a/docs/reference/infrastructure/gandi.md +++ b/docs/reference/infrastructure/gandi.md @@ -1,6 +1,7 @@ --- title: Gandi -modified: 2026-02-17 +modified: 2026-04-09 +last-reviewed: 2026-04-09 tags: - infrastructure - networking @@ -43,6 +44,7 @@ Both records point to [[indri]], which runs [[caddy]] as the reverse proxy for a |--------|------|-------|-----| | `docs.eblu.me` | CNAME | `blumeops-proxy.fly.dev` | 300s | | `cv.eblu.me` | CNAME | `blumeops-proxy.fly.dev` | 300s | +| `forge.eblu.me` | CNAME | `blumeops-proxy.fly.dev` | 300s | Public CNAMEs point to [[flyio-proxy]] on Fly.io. See [[expose-service-publicly]] for adding new public services. @@ -52,7 +54,7 @@ See [[routing]] for the full service URL map. The Pulumi program lives in `pulumi/gandi/`: -- `__main__.py` - Creates the two A records via `pulumiverse_gandi` +- `__main__.py` - Creates A and CNAME records via `pulumiverse_gandi` - `Pulumi.eblu-me.yaml` - Stack config (domain, subdomain) Stack config values: