I am currently doing an application in which it is compulsory to have a certain module disabled, as if I had touched this button from the palette:
My problem is that whilst I need to have this module installed because I call it from NodeJS, If node-red enables it, it really affects the stability of my application.
Is there a way to disable it (for instance from a configuration file, then rebooting node-red) from inside the application?
Perhaps if you explain clearer what you are trying to achieve we can show you a way without adding node-red-contrib-mqttssl to your node-red installation.