- We have a special image of Raspbian, with all prerequisites (e.g. apache2, mariadb, php73, node.js etc. pp.)
- We have an installier file (.deb) which can be used with APT or download directly with "wget" then install with "dpkg -i ./INSTALLER_FILE.deb´
NOW: We need to integrate the NodeRed application into the .deb package (as same as HA-Bridge, FHEM, and so on)
So: What is the most simple way to do that? Thank you very much for your feedbacks.