Option to use Debian as Server OS
I noticed every single provisioning service (forge, ploi, etc) uses full fat Ubuntu as an option, but never the much leaner Debian it is based on. Int...
Load testing tool? (Ploi Surge)
Here's a concise feature request for a load testing tool: Load Testing Tool for Ploi Purpose: Allow users to test their server's performance by simula...
Configure backends for each domain separately in HAProxy
At the moment all servers which are added to haproxy are supposed to act as backend for each domain. In some cases I do not have all domains on every...
IDEA for better IaC / DevOps / GitOps: "Ploifile"
Since there is a ton of options we can set for sites in Ploi, we end up in a situation where our infrastructure documentation is only in Ploi. Reprodu...
Improve nginx default server adding a .conf to the end of these lines:
The default nginx configuration from ploi has these 3 lines: # Ploi Webserver Configuration, do not remove! include /etc/nginx/ploi/teststts.tempweb.d...
502 Bad gateway every deployment: change process_control_timeout in PHP FPM configuration file
Hi, I need to update process_control_timeout from 0 (Off) to 5 seconds. This is helpful because the PHP FPM reloads every deployment, and running pro...
Network Management
A network management feature similar to Forge, enabling server connections via a local network. eg. connect 2 server Database + Web in Ploi with inter...
System User Administration Extras
As discussed with @Dennis in other topics in Discord; When the users are already created make the option to edit them and Add the option to change sy...
Cronjob - add date/time in logs and option to clear logs
Having a date/time in the cronjob logs would really help debugging and an option to clear logs.
Ability to add production site when staging site is already added
Would be awesome!
Add a Proxy option for sites configuration
Add to the site creating dropdown a "Proxy" or a "Proxy for docker" option. With a default nginx proxy conf file (similar to the n...
Get disk usage number or % on servers on list and/or insights
The same way you have added the site disk space used to the site list, it would be great to have a number or a % of usage disk per server. It also cou...
Increase NGINX default security
I noticed that the default config for NGINX on ploi has this file /etc/nginx/sites-available/catch-all With this line server { return 404; } If you ch...