docs
docs copied to clipboard
Here's an example: https://github.com/fly-apps/grpc-service/ The key line in fly.toml is: ``` [services.ports.tls_options] alpn = ["h2"] ```
Heroku will wrap some configuration values with single quotes; this uses `sed` to remove those quotes.
The documentation on mysql is very awesome but it's not comprehensive enough for a beginner like me who will like to connect to the work bench on my local system....
# What This adds back a second secret to the CLI example for adding secrets on [secrets documentation](https://fly.io/docs/reference/secrets/). # Why When the secrets documentation was updated to use a partial,...
I've been following the Machines tutorial. It suggested running an image using `flyio/fastify-functions` - I'm not entirely sure what that is, but https://hub.docker.com/r/flyio/fastify-functions says: > Example Fastify server with auto-shutdown...
fly-proxy has new abilities we can access with the fly-replay header, notably the ability to route the replayed request to another app within the same organization. This allows a convenient...
Homebrew: brew uninstall (no deps?) (if any, do brew autoremove too?) If installed with curl, it's just a matter of removing the .fly dir (and removing any env vars and...
It mixes deploying with buildpacks and docker. Flyctl launch will create a docker file in CWD which 1) is wrong and try to run demo.wgi, and call manage.py that does...
We need a solid docs page for the upcoming launch of Machines. Reference docs: https://flyio.slab.com/posts/how-to-build-user-functions-with-fly-machines-1069s2nf https://flyio.slab.com/posts/fly-machines-li5891n6 https://flyio.slab.com/topics/docs-7dw6muiw
Even _we_ get confused about this. It should be clear how to set both of these for Dockerfile and buildpack deployments. Also it should be clear that secrets are not...