Is there any tutorial what steps should be taken to easily deploy node.js apps for ISPC running Apache? I guess this involves jailkit and pm2 service dependency hell? I would appreciate clear instructions with 1, 2, 3... steps.
I host a few applications based on node.js internal for our company and decided to not bother with it and just dockerized them. Node.js and it's dependencies/version dependence is quiet frustrating to deal with down the line. Most of the time it's quiet easy to just dockerize them. Might consider that path to avoid hassle down the line. You still can use ISPConfig as a ReverseProxy and host them on a dedicated Docker server. Just my two cents