fly

5 posts tagged “fly”.

  1. 2025
  2. Running Varnish on Fly

    The goal: run Varnish in a Fly container as a caching proxy in front of another Fly application. I ended up switching to Cloudflare for running a Varnish-style cache in front of my Fly application…

    1 min read
  3. Using the Fly Docker registry

    Fly.io lets you deploy Docker containers that will be compiled as a Firecracker VM and run in locations around the world. Fly offer a number of ways to build and deploy apps.

    2 min read
  4. Wildcard DNS and SSL on Fly

    Fly makes it surprisingly easy to configure wildcard DNS, such that is served by a single Fly application (which can include multiple instances in multiple regions with global load-balancing).

    2 min read
  5. 2024
  6. Writing Fly logs to S3

    Fly offers fly-log-shipper as a container you can run in a Fly application to send all of the logs from your other applications to a logging provider. Several providers are supported.

    1 min read
  7. Using the undocumented Fly GraphQL API

    Fly has a GraphQL API which is used by some of their own tools - I found it while browsing around their code on GitHub.

    1 min read