docs
docs copied to clipboard
I found an issue with this document. Title: Managing Fly Postgres Location: https://fly.io/docs/postgres/managing/ Source: https://github.com/superfly/docs/blob/main/postgres/managing.html.markerb ### Describe the issue The current documentation lacks information in several areas: 1. **Schema Migrations**:...
### Summary of changes Create a page in the Laravel section of Fly.io docs to include a page that explains the steps needed in setting Vite environment variable! ### Preview...
### Summary of changes The log shipper sometimes stops working randomly, so it's good to have a health check. This configuration was recommended to me by Leslie from Fly support....
I found an issue with this document. Title: Using Our Brand Location: https://fly.io/docs/about/brand/ Source: https://github.com/superfly/docs/blob/main/about/brand.html.markerb ### Describe the issue Hello, I'm writing an article about fly.io, and I had some...
Not my best writing but wanted to get this out there.
I found an issue with this document. Title: Guidelines for concurrency settings Location: https://fly.io/docs/apps/concurrency/ Source: https://github.com/superfly/docs/blob/main/apps/concurrency.html.markerb ### Describe the issue connections are TCP connections. Multiple requests can be sent over...
### Summary of changes Added a link to https://arcjet.com/pricing
### Summary of changes Update dockerfile package name in docs (https://fly.io/docs/js/frameworks/nextjs/#generating-your-next-js-dockerfile) ### Preview Before:  After:  ### Related Fly.io community and GitHub links N/A ### Notes Don't merge this...
### Summary of changes ### Preview ### Related Fly.io community and GitHub links ### Notes
### Correction in Rust framework ### Summary of changes Dynamically insert the correct framework name based on the runtime variable passed in the locals object when rendering the partial. The...