Sign inSign up

claudyus/docker-node-red

By claudyus

Updated almost 8 years ago

A dokku ready node-red instance with addition configurable nodes and auth

Image
0

1.2K

claudyus/docker-node-red repository overview

Docker-node-red

A docker image to deploy instances of node-red with additional nodes.

The following env vars are used to configure the container:

  • AUTH_URL: the http endpoint to authenticate the user, the AUTH_METHOD will be update 'http'
  • AUTH_METHOD: for now only default 'passwd' based auth is supported
    • if passwd method is choice the 'admin' password is generated and display in container log
  • NO_AUTH: if set disable any authentication methods

You can also add a 'extra_modules.txt' inside '/app/config' with a list of flow extra.

TODO

[ ] implement flows backup/restore

Dokku

If used inside dokku you can mount the volume using the following command

::

dokku storage:mount $APP /var/lib/dokku/data/storage/$APP:/app/.nodered/

Tag summary

Content type

Image

Digest

Size

42.4 MB

Last updated

almost 8 years ago

docker pull claudyus/docker-node-red