diff options
Diffstat (limited to 'public/v4/apps/node-red.yml')
| -rw-r--r-- | public/v4/apps/node-red.yml | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/public/v4/apps/node-red.yml b/public/v4/apps/node-red.yml index 16e080d..f9a0811 100644 --- a/public/v4/apps/node-red.yml +++ b/public/v4/apps/node-red.yml @@ -14,19 +14,21 @@ caproverOneClickApp: - id: $$cap_node-red_version label: node-red version tag description: Check out their docker page for the valid tags @ https://hub.docker.com/r/nodered/node-red/tags - defaultValue: 1.1.3-12-minimal + defaultValue: 3.1.8-18-minimal - id: $$cap_node-red_timezone - label: timezone + label: Time Zone description: Check out this list and use tz database name as value @ https://en.wikipedia.org/wiki/List_of_tz_database_time_zones defaultValue: Europe/Berlin instructions: start: Low-code programming for event-driven applications - end: >- - node-red is deployed and available as $$cap_appname. - To make it function correctly, you have to enable websocket-support. - It would be also a good idea to set basic authentication or modify the node-red settings respectively to the documentation. + end: |- + `node-red` has been successfully deployed and is now available at http://$$cap_appname.$$cap_root_domain! - IMPORTANT: It will take up to 2 minutes for node-red to be ready. Before that, you might see 502 error page. + **REQUIRED**: Enable websocket-support in `HTTP Settings`. + + It is recommended that you setup basic authentication and review the default settings as necessary. See the documentation at https://nodered.org/docs for more information. + + IMPORTANT: It will take up to 2 minutes for `node-red` to be ready. Before that, you might see 502 error page. displayName: 'Node-Red' description: Low-code programming for event-driven applications documentation: Read the documentation @ https://nodered.org/docs/ |
