Skip to content

Commit 25ba04a

Browse files
committed
Update docs
1 parent 02af4de commit 25ba04a

5 files changed

Lines changed: 7 additions & 6 deletions

File tree

OpenFlowNodeRED/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openiap/nodered",
3-
"version": "1.3.51",
3+
"version": "1.3.52",
44
"description": "Simple wrapper around NodeRed, RabbitMQ and MongoDB to support a more scaleable NodeRed implementation.\r Also the \"backend\" for [OpenRPA](https://github.com/skadefro/OpenRPA)",
55
"main": "index.js",
66
"scripts": {

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.51
1+
1.3.52

docs/buildsource.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ auto_create_users=true
7373
auto_create_domains=
7474
skip_history_collections=audit,jslog
7575
```
76-
Lastly you need to allow powershell scripts to run, i don't know what is the recommended setting, i normally just go with bypass
76+
Next you need to allow powershell scripts to run, i don't know what is the recommended setting, i normally just go with bypass
7777

7878
`Set-ExecutionPolicy Bypass -Force`
7979

@@ -91,6 +91,8 @@ doing developerment, you can run the bundle without the minifyer by typing
9191

9292
`gulp watch`
9393

94-
You can now access openflow web on [http://localhost.openiap.io](http://localhost.openiap.io) and nodered on [http://localhost.openiap.io:1880](http://localhost.openiap.io:1880)
94+
You can now access openflow web on [http://localhost.openiap.io](http://localhost.openiap.io) and nodered on [http://localhost.openiap.io:1880](http://localhost.openiap.io:1880)
95+
96+
Before starting nodered you either need to signin to openflow and create a user with username nodered1 or add auto_create_user_from_jwt=true to the .env file
9597

9698
For further help or education contact [OpenIAP](https://openiap.io/) for a support agreement

docs/dockercompose.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ docker-compose -f docker-compose-traefik.yml -p demo pull
2424
```
2525

2626
Then you can access the API/web on [http://localhost.openiap.io](http://localhost.openiap.io)
27-
You can access nodered on [http://nodered1.localhost.openiap.io](http://nodered1.localhost.openiap.io)
2827
and RabbitMQ on [http://mq.localhost.openiap.io](http://mq.localhost.openiap.io)
2928

3029
The first username and password you try to login as, will be created and made admin. This **cannot** be admin, root or other common administrate account names.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openiap/openflow",
3-
"version": "1.3.51",
3+
"version": "1.3.52",
44
"description": "Simple wrapper around NodeRed, RabbitMQ and MongoDB to support a more scaleable NodeRed implementation.\r Also the \"backend\" for [OpenRPA](https://github.com/skadefro/OpenRPA)",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)