virtuosoft-dev / hcpp-nodeapp

A plugin for Hestia Control Panel (via hestiacp-pluginable) that enables hosting NodeJS based applications.
GNU General Public License v3.0
15 stars 2 forks source link

Its not an issue. #2

Open Boendestodet opened 8 months ago

Boendestodet commented 8 months ago

Hi, Im just asking if it possible to make this download Nextjs with some changes?

Thanks in advance.

Steveorevo commented 8 months ago

This repo just provides multiversion, core NodeJS functionality with the PM2 process manager in Hestia. You can then run frameworks for NextJS, Express (basic example is included) or a full fledged app like Node-RED, VSCode, VitePress, NodeBB or Ghost.

Some of those apps are implemented as their own HCPP plugin that depends on this HCPP plugin. They furnish a simple QuickInstall icon in HestiaCP for them. Though technically they aren't necessary. Frameworks don't really need their own HCPP plugin either.

What you could really use is an example "blueprint" for NextJS. That's being implemented in yet another HCPP plugin called QuickStart. That will allow you to import and export complete solutions, submit and browse community blueprints as well and is dependent on this repo/plugin. 2024 should be great :)

Stay tuned.