You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,7 @@ Additionally you should run c't-Smart-Home behind a reverse proxy like [Traefik]
85
85
—————————————————————————————
86
86
Usage:
87
87
start.sh update – to update this copy of the repo
88
+
start.sh fix – correct the permissions in the data folder
88
89
start.sh start – run all containers
89
90
start.sh stop – stop all containers
90
91
start.sh data – set up the data folder needed for the containers, but run none of them. Useful for personalized setups.
@@ -134,6 +135,10 @@ You could try, but we don't support it on a Mac.
134
135
135
136
We probably removed some unnecessary or outdated nodes. Check which are missing and look in the palette for them. Most likely you can reinstall them from there.
136
137
138
+
### Node-RED won't start after an update. The logs show permission errors. How do I fix this?
139
+
140
+
For security reasons the Node-RED service won't run as root anymore. It now runs with the GID and UID 1000. To fix this issue you must set the GID and UID of data/nodered and all of its content to 1000. You can use `start.sh fix` to correct those issues.
141
+
137
142
## Container images and Versions
138
143
139
144
The Node-RED container image is a variation on [the official one](https://hub.docker.com/r/nodered/node-red) provided by the Node-RED project. We provide versions based on Node.js versions 10 (Maintenance LTS), 12 (Maintenance LTS) and 14 (Active LTS). See Node.js [releases page](https://nodejs.org/en/about/releases/) for support cycles. The container image based on Active LTS will always be the default. You can freely modify your copy of the compose file to use a different container image or even create your own image.
0 commit comments