Skip to content

Commit

Permalink
URL correction
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisys authored Oct 15, 2018
1 parent a8bf335 commit fd87af7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# balena-node-red

A Node-RED application with [balena-supervisor](https://docs.balena.io/runtime/supervisor-api/) flow [support](https://github.com/balena-io-projects/node-red-contrib-balena), can be managed remotely via balena [publicURL](https://docs.balena.io/management/devices/#enable-public-device-url)
A Node-RED application with [balena-supervisor](https://balena.io/docs/reference/supervisor/supervisor-api/) flow [support](https://github.com/balena-projects/node-red-contrib-balena), can be managed remotely via balena [publicURL](https://balena.io/docs/learn/manage/actions/#enable-public-device-url)

## Configure via [environment variables](https://docs.balena.io/management/env-vars/)
## Configure via [environment variables](https://balena.io/docs/learn/manage/serv-vars/)
Variable Name | Default | Description
------------ | ------------- | -------------
PORT | `80` | the port that exposes the Node-RED UI
Expand All @@ -14,7 +14,7 @@ The hash for the `PASSWORD` variable can be generated using the [`node-red-admin
command line tool. Instructions for generating a password hash can be found in
the [Node-RED documentation](https://nodered.org/docs/security#generating-the-password-hash).
More information about using and setting environment variables can be found in
the [balena docs](https://docs.balena.io/management/env-vars/).
the [balena docs](https://balena.io/docs/learn/manage/serv-vars/).

## License

Expand Down

0 comments on commit fd87af7

Please sign in to comment.