Package my node.-red application for deployment in an offline environment

Hello
how to package my node.-red application for deployment in an offline environment or in apache server. thx

Hi,

To use with Apache, you would configure Apache to act as a reverse-proxy for Node-RED, so it wouldn't be "in" the Apache Server, it is separate.

When packaging Node-RED, you need to first think about the scope of the package. Do you want to include Node-RED itself in the package or just the configuration part?

There are several types of package you might want to end up with as well:

  • A Docker (or similar container) package
  • An Electron package
  • A "standard" Node-RED installation package

HI Please would you help me in using Electron package. I followed all the steps but not this result. This is not my Application

Hi, I would suggest moving that to a different thread with a suitable title so that people who have used the Electron version can help.