Add Caddy reverse proxy for blumeops services #55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/caddy-reverse-proxy"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
*.ops.eblu.meBuild Instructions (already done)
On indri:
Deployment and Testing
mise run provision-indri -- --tags caddyto deploycurl -v https://forge.ops.eblu.me:8443(should get TLS cert)curl -v https://registry.ops.eblu.me:8443/v2/(should return{})Files Changed
ansible/playbooks/indri.yml- Add pre_task for Gandi PAT, add caddy roleansible/roles/caddy/- New role with Caddyfile and LaunchAgent templates🤖 Generated with Claude Code
- Use correct Gandi DNS syntax: dns gandi {env.VAR} (not nested block) - Add wrapper script to load token from file into environment variable - Update LaunchAgent to use wrapper script Caddy now successfully obtains Let's Encrypt wildcard certs via DNS-01. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>