Thermograph monorepo: graded-climate API + SSR frontend + infra, domain-specific containerized deploys
Find a file
Emi Griffith a038d4300f Scope app to /thermograph, free the domain root for a portfolio (#10)
- Drop the app-level "/" redirect so the FastAPI app no longer claims the
  domain root; it stays scoped to THERMOGRAPH_BASE (/thermograph). Root now
  404s at the app, leaving it for another service behind the proxy.
- Caddyfile: serve a static portfolio at / and reverse-proxy /thermograph* to
  uvicorn, on emigriffith.dev with automatic Let's Encrypt TLS.
- Default THERMOGRAPH_BASE to /thermograph in the env example to match.
2026-07-11 03:01:16 +00:00
app.py Scope app to /thermograph, free the domain root for a portfolio (#10) 2026-07-11 03:01:16 +00:00
audit.py Initial commit: app + 2026-07-10 17:29:47 -07:00
climate.py Initial commit: app + 2026-07-10 17:29:47 -07:00
grading.py Initial commit: app + 2026-07-10 17:29:47 -07:00
grid.py Initial commit: app + 2026-07-10 17:29:47 -07:00
requirements.txt Initial commit: app + 2026-07-10 17:29:47 -07:00