https://github.com/claudyus/docker-node-red
A dokku ready node-red instance with addition configurable nodes and auth
https://github.com/claudyus/docker-node-red
docker dokku middleware node-red
Last synced: about 1 month ago
JSON representation
A dokku ready node-red instance with addition configurable nodes and auth
- Host: GitHub
- URL: https://github.com/claudyus/docker-node-red
- Owner: claudyus
- Created: 2015-07-20T12:55:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-12-16T14:06:54.000Z (almost 7 years ago)
- Last Synced: 2025-06-10T14:06:20.342Z (4 months ago)
- Topics: docker, dokku, middleware, node-red
- Language: JavaScript
- Homepage: https://hub.docker.com/r/claudyus/docker-node-red/
- Size: 17.6 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
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:
- NO_AUTH: if set disable any authentication methods
- 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
- AUTH_URL: the http endpoint to authenticate the user, if option is set the AUTH_METHOD is forced to 'http'
- SECRET: the secret used to encrypt stored credentials, if not set encryption is disabled
- TITLE: if set override the default "Docker node-red" header titleYou can also add a 'extra_modules.txt' inside '/app/config' with a list of flow extra.
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/