Joshua Sierles

Results 41 issues of Joshua Sierles

A customer [pointed out](https://community.fly.io/t/fly-log-shipper-publishes-graphql-publicly/14836/2) that our log shipper could expose its GraphQL API. We want standard shipper deployments to have no services nor IPs. Note: `--no-public-ips` fails when an HTTP...

This includes: * Moving the README to our site * Linking the repo back to our site (what we want to do with ALL repos) Also, these docs should specify...

Here's an example: https://github.com/fly-apps/grpc-service/ The key line in fly.toml is: ``` [services.ports.tls_options] alpn = ["h2"] ```

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...

Wireguard is a complex subject, and we have a lot of new tooling around it. Now wireguard setup is here: https://fly.io/docs/reference/private-networking/#managing-wireguard-on-fly. We should give it its own section and add...

We should sell our `statics` feature more prominently, especially now a lot of React-oriented frameworks are flocking to Fly. @sudhirj started some work on this in https://github.com/superfly/docs/pull/33.

People want to debug and poke at their apps in different ways. Bringing it all together in a single document can help us with support. Stuff to include: * fly...