Skip to content

Commit d9325f0

Browse files
committed
Node-RED revised documentation - PR 1 of 2 - master branch
Wholesale rewrite of Node-RED documentation to cover: * How iotstack_nodered gets built * Credentials encryption and password protection * How to refer to other containers * GPIO access (mostly unchanged) * Sharing files/folders via persistent storage (mostly unchanged) * Removal of bluetooth (it was wrong; BLE works without host mode; this was solved ages ago and I should have updated the doco then) * Full discussion of using SSH to enable the `exec` node to call out of the container. This includes setup instructions that follow normal SSH usage patterns (in this case, viewing root inside the container as a client and doing things from root's perspective) and avoids the need to pass `-f` parameters etc. Also recommends ed25519. * How to upgrade Node-RED when a new version is released on DockerHub * How to customise Node-RED. Adds three supporting graphics to Containers/images. Adds new volume mapping to nodered service definition to explicitly support ssh. This does nothing unless and until a user follows the SSH setup instructions, and won't break any existing installations that use the older method. Adds helper script for finding duplicated nodes to scripts directory.
1 parent 3382c99 commit d9325f0

File tree

6 files changed

+1094
-68
lines changed

6 files changed

+1094
-68
lines changed

.templates/nodered/service.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ nodered:
99
- "1880:1880"
1010
volumes:
1111
- ./volumes/nodered/data:/data
12+
- ./volumes/nodered/ssh:/root/.ssh
1213
- /var/run/docker.sock:/var/run/docker.sock
1314
- /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket
1415
devices:

0 commit comments

Comments
 (0)