2022-04-06 06:35:34 +00:00
{
"version" : "2.0" ,
"title" : "Node-RED" ,
2022-04-06 08:14:00 +00:00
"name" : "node-red" ,
2022-04-06 08:43:09 +00:00
"icon" : "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Node-RED/icon.png" ,
2022-04-06 06:35:34 +00:00
"tagline" : "Low-code programming for event-driven applications" ,
"overview" : "Node-RED is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways. It provides a browser-based editor that makes it easy to wire together flows using the wide range of nodes in the palette that can be deployed to its runtime in a single-click." ,
2022-04-06 09:08:51 +00:00
"thumbnail" : "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Node-RED/thumbnail.png" ,
2022-04-06 08:43:09 +00:00
"screenshots" : [
2022-04-06 09:08:51 +00:00
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Node-RED/screenshot-1.png" ,
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Node-RED/screenshot-2.png" ,
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Node-RED/screenshot-3.png"
2022-04-06 08:43:09 +00:00
] ,
2022-04-06 06:35:34 +00:00
"category" : [
"Developer"
] ,
"developer" : {
"name" : "Node-RED" ,
"website" : "https://github.com/node-red/node-red" ,
"donate_text" : "" ,
"donate_link" : ""
} ,
"adaptor" : {
"name" : "CasaOS Team" ,
"website" : "https://www.casaos.io" ,
"donate_text" : "" ,
"donate_link" : ""
} ,
"support" : "https://discord.gg/knqAbbBbeX" ,
"website" : "https://www.casaos.io" ,
"container" : {
"image" : "nodered/node-red:2.2.2-12" ,
"shell" : "sh" ,
"privileged" : false ,
2023-07-18 02:49:15 +00:00
"network_model" : "host" ,
2022-04-06 06:35:34 +00:00
"web_ui" : {
"http" : "1880" ,
"path" : "/"
} ,
"health_check" : "" ,
"envs" : [ ] ,
"ports" : [
{
"container" : "1880" ,
"host" : "1880" ,
"type" : "tcp" ,
"allocation" : "automatic" ,
"configurable" : "no" ,
"description" : ""
}
] ,
"volumes" : [
{
"container" : "/data" ,
"host" : "/DATA/AppData/$AppID/data" ,
"mode" : "rw" ,
"allocation" : "automatic" ,
"configurable" : "no" ,
"description" : ""
}
] ,
"devices" : [ ] ,
"constraints" : {
"min_memory" : 64 ,
"min_storage" : 128
} ,
"restart_policy" : "always" ,
"sysctls" : [ ] ,
2023-03-07 00:52:47 +00:00
"cap_add" : [ ] ,
2022-04-06 06:35:34 +00:00
"labels" : [ ] ,
"host_name" : "" ,
"cmd" : [ ]
} ,
"abilities" : {
"notification" : false ,
"widgets" : false ,
"authentication" : false ,
"search" : false ,
"upnp" : false
} ,
"tips" : {
"before_install" : [ ]
} ,
"changelog" : {
"latest_updates" : "" ,
"url" : ""
} ,
"latest_update_date" : ""
2023-07-18 02:49:15 +00:00
}