Files
node-red/README.md
cyrnel fc4a7d39a2
Some checks failed
continuous-integration/drone/push Build is failing
fix: move config, add known issues
2025-09-22 22:00:53 -04:00

1.1 KiB

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-red
  • abra app config <app-name>
  • If you enabled oauth:
    • Set the client secret: abra app secret insert <app-name> oauth_client_secret v1
  • 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.