|
|
@ -9,7 +9,7 @@ local m, s, o
|
|
|
|
m = taskd.docker_map("nodered", "nodered", "/usr/libexec/apps/nodered/nodered.sh",
|
|
|
|
m = taskd.docker_map("nodered", "nodered", "/usr/libexec/apps/nodered/nodered.sh",
|
|
|
|
translate("Nodered"),
|
|
|
|
translate("Nodered"),
|
|
|
|
translate("Node-RED is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways.")
|
|
|
|
translate("Node-RED is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways.")
|
|
|
|
.. translate("Official website:") .. ' <a href=\"https://www.nodered.org/\" target=\"_blank\">https://www.nodered.org/</a>')
|
|
|
|
.. "<br/>" .. translate("Official website:") .. ' <a href=\"https://www.nodered.org/\" target=\"_blank\">https://www.nodered.org/</a>')
|
|
|
|
|
|
|
|
|
|
|
|
s = m:section(SimpleSection, translate("Service Status"))
|
|
|
|
s = m:section(SimpleSection, translate("Service Status"))
|
|
|
|
s:append(Template("nodered/status"))
|
|
|
|
s:append(Template("nodered/status"))
|
|
|
|