Introduces the fly/ directory with nginx + Tailscale container config, Pulumi changes for Tailscale ACLs and auth key, DNS CNAME for docs.eblu.me (staged but not yet deployed), mise tasks for deploy/setup/ shutoff, and Forgejo CI workflow for auto-deploy on push. First target service: docs.eblu.me Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
8 lines
436 B
Ruby
8 lines
436 B
Ruby
# CLI tools for blumeops management
|
|
brew "actionlint" # GitHub/Forgejo Actions workflow linter
|
|
brew "argocd" # ArgoCD CLI for GitOps management
|
|
brew "bat" # Syntax-highlighted file concatenation
|
|
brew "mise" # Task runner and toolchain manager
|
|
brew "tea" # Gitea/Forgejo CLI for forge.ops.eblu.me
|
|
brew "flyctl" # Fly.io CLI for public proxy management
|
|
brew "podman" # Container CLI (uses VM on macOS, for building/pushing images)
|