Node Manager Pm2

PHP

Plesk extension for managing PM2-powered Node.js applications with process control, monitoring, deployment automation, and seamless server integration.

Stars
16
Forks
2
Downloads
N/A
Open Issues
0
Files main

Repository Files

Loading file structure...
htdocs/public/webhook.php
<?php
require_once '/usr/local/psa/admin/plib/api-common/pm/Context.php';

if (!class_exists('pm_Context') || !pm_Context::isInitialized()) {
    pm_Context::init('node-manager-pm2');
}

require_once pm_Context::getPlibDir() . '/library/NodeManagerPm2/Autoload.php';
Modules_NodeManagerPm2_Autoload::register();
Modules_NodeManagerPm2_PublicWebhook::handle();