ioBroker package for the installation on QNAP NAS
- QTS 4.3.3 firmware (tested on this with TS-453A and 453PRO, may work even on lower version)
- nodeJS minimum version 8.12 (to be installed before this package)
- Download the iobroker_qnap.qpkg
- Install via APP Center
Start from the ioBroker icon Stop from the ioBroker icon Remove the package via ioBroker icon
after reboot the link from /root/.node-gyp to /share/root/.node-gyp gets lost, which can result in memory problems for the root folder when adapters are installed (and need compilation) and gets announced in the QNAP desktop. The link has to be renewed via
new install routine not implemented curl -sL https://raw.githubusercontent.com/ioBroker/ioBroker/stable-installer/installer.sh | bash -
ln -s /share/homes/root/.node-gyp /root/.node-gyp
same for .npm