Share database between applications
We host some big applications, but also a fair amount of small ones. The small applications don't really require dedicated database resources, as they...
Default health check path to "/up" for Laravel & Statamic projects
I've noticed a Statamic website with full static caching enabled has an issue after deployment. The homepage fails to load CSS/JS assets as the paths...
Pre-Install Common PHP Extensions (e.g., bcmath) for Smoother Laravel Deployments
When deploying my Laravel application, the process failed due to a missing PHP extension (bcmath). Including the most commonly used PHP extensions by...
Support plain PHP applications
Allow applications to be as simple as an index.php by allowing users to set their on web root.
Automatic application scaling
What? Automatically scale applications up or down based on real traffic. When your app gets busy, we add more resources. When it's quiet, we scale bac...
Support for Custom Nginx Security Headers
Due to NEN/ISO certifications and customer requirements, it would be nice to have a way to configure Nginx security headers, think about: ssl_protoco...
Support NodeJS / NextJS applications
Given recent experiences with hosting Laravel here I'd very much consider moving my remaining Vercel based apps to Ploi Cloud if NodeJS/NextJS were su...
Make WP CLI Available
It would be great to have WP CLI available.
Show used IP Ranges
Create an API Endpoint that retrieves the used IP Ranges by the applications. This is useful to automatically add them to firewall/whitelists of downs...