generated from coop-cloud/example
Node-RED
Low-code programming for event-driven applications.
- Category: Apps
- Status: 5
- Image: node-red, 4, upstream
- Healthcheck: Yes
- Backups: Yes
- Email: Yes (can be configured with nodes)
- Tests: Yes
- SSO: Yes
Quick start
abra app new node-redabra app config <app-name>- If you enabled oauth:
- Set the client secret:
abra app secret insert <app-name> oauth_client_secret v1
- Set the client secret:
abra app deploy <app-name>
For more, see docs.coopcloud.tech.
Managing dependencies
If you need to install extra nodes or flows from npm, you can add them to EXTRA_MODULES and they will be installed/updated at startup and persisted. Alternatively, you can set ENABLE_PROJECTS=true to use the projects feature which allows dynamically installing packages.
Known issues
- Usernames appear as "undefined" when SSO is enabled. This appears to be a bug with the oauth2 plugin.
Description
Languages
Shell
100%