No description
Find a file
Claude 6ff8c9a267
Fix Caddy route registration: discover server name dynamically
Caddy's Caddyfile adapter names servers 'srv0' (not 'hiy'), so
PATCHing /config/apps/http/servers/hiy/routes was a no-op. Now we
query /config/apps/http/servers/ to find the actual server name
before updating routes.

https://claude.ai/code/session_01FKCW3FDjNFj6jve4niMFXH
2026-03-20 13:34:21 +00:00
builder Fix Caddy route registration: discover server name dynamically 2026-03-20 13:34:21 +00:00
docs Replace Cloudflare DNS challenge with standard Let's Encrypt HTTP-01 2026-03-20 11:41:40 +00:00
infra Fix env_file path: .env is in project root, not infra/ 2026-03-20 13:06:29 +00:00
proxy Caddyfile: wire ACME_EMAIL env var for Let's Encrypt registration 2026-03-20 13:14:01 +00:00
server Collapse deploy logs by default on app details page 2026-03-20 09:51:30 +00:00
.env.example Consolidate to single .env at repo root 2026-03-20 10:21:35 +00:00
.gitattributes Add .gitattributes: force LF line endings for shell scripts 2026-03-19 09:40:26 +00:00
.gitignore Add .gitignore, remove target/ from tracking 2026-03-19 08:26:07 +00:00
Cargo.lock M1: Rust control plane, builder, dashboard, and infra 2026-03-19 08:25:59 +00:00
Cargo.toml M1: Rust control plane, builder, dashboard, and infra 2026-03-19 08:25:59 +00:00
plan.md Add MVP plan for self-hosted Heroku clone on Raspberry Pi 2026-03-19 07:38:17 +00:00