Web
Saphira Linux webDragon
A Saphira feature that turns a normal installation into a managed web platform: Nginx, PHP-FPM 8.5 and Node.js, with TLS you do not have to babysit. You own the machine; webDragon removes the repetitive systems administration.

PHP-FPM 8.5
The supported PHP runtime is PHP-FPM 8.5. For a PHP site, saphira-site creates a dedicated per-site pool and points Nginx at its unix socket. If php-fpm85 is not installed, saphira-site says so plainly and stops, rather than writing a configuration that cannot run.
Node.js
For a Node site, saphira-site asks for the application's localhost port (default 3000) and configures Nginx to proxy to 127.0.0.1:<port>. The Node process itself is your application; webDragon provides the front-end web server, TLS and process-facing configuration around it.
Components come from packages
Nginx, PHP-FPM 8.5, Node.js and Certbot are all normal Saphira packages. webDragon's job is to wire them together, not to replace them. saphira-site checks that the pieces it needs are present and reports clearly when one is missing, so the platform is always built from packages you can see and inspect.