File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -584,9 +584,10 @@ This ensures robustness and prevents "stuck in bad state" scenarios.
584584- ✅ DigitalOcean (fully implemented with IP recovery)
585585- ✅ Vultr (fully implemented with IP recovery)
586586- ✅ Hetzner Cloud (fully implemented with IP recovery)
587+ - ✅ Linode (fully implemented with IP recovery)
587588- ✅ BYOS (Bring Your Own Server - no provisioning, just deployment)
588589- ✅ Fly.io (fully implemented with flyctl + nixpacks, container-based deployment)
589- - 🔜 Linode, AWS EC2, Google Cloud, Azure (trivial to add with IP recovery pattern)
590+ - 🔜 AWS EC2, Google Cloud, Azure (trivial to add with IP recovery pattern)
590591
591592### Fly.io Provider: Container-Based Deployment
592593
Original file line number Diff line number Diff line change @@ -170,11 +170,11 @@ State per target in `~/.lightfold/state/<target>.json`:
170170- [ ** DigitalOcean** ] ( https://www.digitalocean.com ) - Full provisioning support
171171- [ ** Hetzner Cloud** ] ( https://www.hetzner.com/cloud ) - Full provisioning support
172172- [ ** Vultr** ] ( https://www.vultr.com ) - Full provisioning support
173+ - [ ** Linode** ] ( https://www.linode.com ) - Full provisioning support
173174- [ ** Fly.io** ] ( https://fly.io ) - Container-based deployment only
174175- ** BYOS** (Bring Your Own Server) - Use any existing server
175176
176177### Coming Soon
177- - [ ] [ Linode] ( https://www.linode.com )
178178- [ ] [ AWS EC2] ( https://aws.amazon.com/ec2 )
179179- [ ] [ Google Cloud] ( https://cloud.google.com/compute ) (Compute Engine)
180180- [ ] [ Azure] ( https://azure.microsoft.com/products/virtual-machines ) (VMs)
You can’t perform that action at this time.
0 commit comments