The goal: run Varnish in a Fly container as a caching proxy in front of another Fly application. …
Inspired by Drew Breunig's Faucet Finder I decided I wanted to deploy an API somewhere that could calculate CLIP embeddings for me. …
I have a Fly application that uses their PostgreSQL service. I wanted to run Django SQL Dashboard with a read-only user against that database. …
I have a Fly instance with a 20GB volume, and I wanted to copy files to and from the instance from my computer using scp
. …
redbean is a fascinating project - it provides a web server in a self-contained executable which you can add assets (or dynamic Lua code) to just by zipping them into the same binary package. …
Fly makes it surprisingly easy to configure wildcard DNS, such that anything.your-new-domain.dev
is served by a single Fly application (which can include multiple instances in multiple regions with global load-balancing). …
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. …
Fly.io lets you deploy Docker containers that will be compiled as a Firecracker VM and run in locations around the world. …
Fly has a GraphQL API which is used by some of their own tools - I found it while browsing around their code on GitHub. …
I deployed an app to Fly and decided to point a custom subdomain to it. …