blumeops/argocd/manifests
Erich Blume 64a78422b1
Some checks failed
Deploy Fly.io Proxy / deploy (push) Failing after 9s
Add Fly.io public reverse proxy for docs.eblu.me (#120)
## Summary

- Adds a Fly.io reverse proxy (`blumeops-proxy`) that tunnels public traffic to homelab services over Tailscale
- First service exposed: `docs.eblu.me` — the Quartz static docs site
- Includes Pulumi IaC for Tailscale auth key/ACLs and Gandi DNS CNAME
- Adds mise tasks (`fly-deploy`, `fly-setup`, `fly-shutoff`) and Forgejo CI workflow

## Key details

- Fly.io Firecracker VMs support TUN devices natively — no userspace networking needed
- Tailscale auth key is `preauthorized=True` to avoid device approval hangs on container restarts
- nginx caches aggressively for the static site; health check is on the default_server block
- ACLs restrict `tag:flyio-proxy` to `tag:k8s` on port 443 only
- DNS CNAME deployed and verified: `docs.eblu.me` → `blumeops-proxy.fly.dev`

## Test plan

- [x] `curl -sf https://blumeops-proxy.fly.dev/healthz` returns `ok`
- [x] `curl -I -H "Host: docs.eblu.me" https://blumeops-proxy.fly.dev/` returns 200 with `X-Cache-Status`
- [x] `curl -I https://docs.eblu.me/` returns 200 with valid Let's Encrypt cert
- [x] `dig forge.ops.eblu.me` still resolves to 100.98.163.89 (private services unaffected)
- [x] Set `FLY_DEPLOY_TOKEN` Forgejo Actions secret for CI auto-deploy

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Reviewed-on: https://forge.ops.eblu.me/eblume/blumeops/pulls/120
2026-02-08 02:36:19 -08:00
..
1password-connect Add External Secrets Operator with 1Password Connect (#66) (#66) 2026-01-28 19:30:10 -08:00
alloy-k8s Remove logfmt parsing stage from Alloy k8s config 2026-01-22 18:06:34 -08:00
argocd Auto-deploy docs from build workflow (#93) 2026-02-03 16:58:03 -08:00
cloudnative-pg K8s Migration Phase 1: Infrastructure Setup (#29) 2026-01-19 09:49:52 -08:00
databases Switch all ExternalSecrets to creationPolicy: Owner 2026-01-28 20:27:16 -08:00
devpi Replace hajimari with gethomepage (#75) 2026-01-30 13:21:12 -08:00
docs Add Fly.io public reverse proxy for docs.eblu.me (#120) 2026-02-08 02:36:19 -08:00
external-secrets Add External Secrets Operator with 1Password Connect (#66) (#66) 2026-01-28 19:30:10 -08:00
forgejo-runner Remove ARGOCD_AUTH_TOKEN from external secret 2026-02-03 17:17:53 -08:00
grafana Homepage dashboard improvements (#76) 2026-01-30 15:05:02 -08:00
grafana-config Add pod state observability to minikube dashboard (#83) 2026-02-03 07:20:05 -08:00
homepage Fix homepage Admin bookmark icons (#110) 2026-02-05 06:29:39 -08:00
immich Expand homepage widgets and info panels (#81) 2026-02-02 16:11:20 -08:00
kiwix Add pod state observability to minikube dashboard (#83) 2026-02-03 07:20:05 -08:00
kube-state-metrics Observability cleanup and k8s service monitoring (#43) (#43) 2026-01-22 13:51:01 -08:00
loki Replace hajimari with gethomepage (#75) 2026-01-30 13:21:12 -08:00
miniflux Expand homepage widgets and info panels (#81) 2026-02-02 16:11:20 -08:00
navidrome Fix Navidrome automatic library scan schedule (#101) 2026-02-04 07:23:12 -08:00
prometheus Replace hajimari with gethomepage (#75) 2026-01-30 13:21:12 -08:00
tailscale-operator Switch all ExternalSecrets to creationPolicy: Owner 2026-01-28 20:27:16 -08:00
teslamate Replace hajimari with gethomepage (#75) 2026-01-30 13:21:12 -08:00
torrent Expand homepage widgets and info panels (#81) 2026-02-02 16:11:20 -08:00