Skip to content

leonardyhuang/dokku-node-red-contrib-chatbot

 
 

Repository files navigation

Dokku-node-red-contrib-chatbot

A docker image to deploy RedBot to dokku.

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 title

You 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/
dokku ps:restart $APP

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 64.8%
  • Shell 23.9%
  • Dockerfile 10.4%
  • CSS 0.9%