Richard WestmorelandProilearnedathing.com路Oct 14, 2024Step-by-Step Guide to Deploying Strapi on Fly.ioStrapi Strapi is a free, open-source content management system (CMS) built with Node.js. It is a "headless" CMS, meaning it doesn't come with a pre-built front-end user interface. Instead, Strapi offers a REST API and several SDKs that let you access...Discuss路30 readsStrapi
DonvitoCodesblog.donvitocodes.com路Oct 13, 2024Self-Host NextJS in Fly.io: A Quick TryRecently, Lee Robinson of Vercel gave a tutorial on how to self-host NextJS in a VPS. He used DigitalOcean. I also tried it in Hetzner using Ubuntu instance and it worked. The example used Docker to deploy NextJS. It has all the dependencies like Ngi...Soothfy App and 1 other are discussing this2 people are discussing thisDiscuss路1 like路761 readsAI for DevelopersNext.js
Josh GM WalkerforRedwoodJSredwoodjs.com路Jul 2, 2024Moving our site from Netlify to Fly.ioWe recently switched our main website from Netlify to Fly.io. This was a pretty smooth process and we're happy with the results. Here's a quick overview of our experience. Why we switched Netlify is awesome. It's super easy to use and one of the best...DiscussRedwoodJS
sidsid707.hashnode.dev路May 20, 2024Building a PaaS from Scratch #2: Deployment Strategies and Setting Up the Development EnvironmentThis is Part 2 of me trying to build a simple clone of a PaaS inspired by Google App Engine. Researching Deployment Strategies I started looking into how Google deploys apps to App Engine Standard. Unfortunately I couldn't find much information. Thei...Discuss路53 readsProgramming Blogs
Fayaz Rafeekfayazrafeek.hashnode.dev路Apr 11, 2024How users add their custom domain dynamically : with fly.ioConsider you have a web application where users need a feature to connect their own custom domain, and our hosting solution should resolve the site automatically without any manual intervention. One of my recent projects encountered this particular u...Discussfly.io
Liam DuffyProliamduffy.hashnode.dev路Jan 10, 2024How to Deploy Your Clojure API with Docker and Fly.ioBackground I recently began a side project in which I needed to deploy a Clojure API. I couldn't find a detailed guide showing how to do this, so I'm writing one now. Hopefully, this helps anyone who wants to do this in the future. I chose Fly (fly.i...Discuss路1 like路830 readsClojure
Daichidaichi.hashnode.dev路Jan 4, 2024How to deploy Django app on Fly.ioDeploy Django + PostgreSQL on Fly.io In this guide we will develop a Django Todo application locally and then deploy it on Fly.io with a Postgres production database. There are a number of steps needed to convert a local Django project to be producti...Discuss路115 readsDjango
Clement Lumumbaclementlumumba.hashnode.dev路Aug 5, 2023Where to Deploy a Django AppThis is going to be a short article by the way. So last year Heroku stopped supporting its free tier. I only found out about this during an interview, when the interviewer brought it to my attention that none of my web apps were working馃槶馃槶馃槶馃槶馃槶.You...Discuss路3 likes路185 readsDjango
Alemoh Rapheal Bajaalemsbaja.hashnode.dev路Jul 7, 2023Free Laravel application deployment with Fly.ioIn the modern digital environment, success in remote settings depends on the efficient and effective deployment of programs or services. This article gives a thorough, step-by-step walkthrough of the procedure to deploy your Laravel application on Fl...Discuss路1 like路411 readsLaravelLaravel
Nivekithan Sblog.nivekithan.com路Jun 17, 2023Solve Fly.io echo challenge using DenoWe will be solving the Echo challenge from fly.io using Deno. I am assuming you have already installed maelstrom and set it up properly. Echo challenge Echo challenge is considered as a "getting started" guide of maelstrom. So this challenge is quite...DiscussGossip GlomersTypeScript