register_passenger_app
Register a new Node.js, Python, or Ruby app on cPanel by specifying name, application path, and domain.
Instructions
Register a new Node.js, Python, or Ruby application
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Application name | |
| path | Yes | Application root path (e.g., /home/user/myapp) | |
| domain | Yes | Domain to deploy on | |
| base_uri | No | Base URI path | / |
| python_path | No | Path to Python binary (for Python apps) | |
| nodejs_version | No | Node.js version (for Node.js apps) | |
| deployment_mode | No | Deployment mode | production |