@tyrion-integration/cumulus-convection-cloud 1.2.0
Nucleus Cloud Service
Nucleus Cloud Service
Node-RED nodes for interacting with the Tyrion Cloud
Install
If installing on Nucleus, you must first build-from-source the classic-level package
$ npm install --build-from-source [email protected]
Setup
This requires a config file located at '/data/nucleus/cumulus/config.json';
{
"broker": "<url to broker>",
"clientId": "<nucleus id>",
"key": "/path/to/private/key",
"cert": "/path/to/certifcate",
"ca": "/path/to/ca/certifcate",
"fileServerBase": "<url to file server>",
"fileServerUsername": "<file server username>",
"fileServerPassword": "<file server password>"
}