Skip to content

Commit c3d0762

Browse files
authored
Add Node-Red Template, and Fix Logos for OPC-Router and Softing (#208)
* Create compose.yaml * Delete edge/node-red/compose.yaml * Create docker-compose.yaml * Update docker-compose.yaml * Update templates.json * Create docker-compose.yml * Delete edge/node-red/docker-compose.yaml * Update templates.json * Update templates.json * Update templates.json * Update templates.json * Update templates.json * Update templates.json * Update templates.json * Delete edge/node-red/docker-compose.yml * Update templates.json * Update templates.json * Update templates.json
1 parent 3b196ff commit c3d0762

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

templates.json

+26
Original file line numberDiff line numberDiff line change
@@ -1168,6 +1168,7 @@
11681168
"title": "Softing EdgeConnector modbus",
11691169
"description": "Connect Modbus TCP Sensors/PLCs and provide the data via OPC UA and MQTT",
11701170
"note": "Connect Modbus TCP Sensors/PLCs and provide the data via OPC UA and MQTT",
1171+
"logo": "https://www.gravatar.com/avatar/c7d3730588d3f501d6753aa22a731bc0?s=80&r=g&d=404",
11711172
"repository": {
11721173
"url": "https://github.com/portainer/templates",
11731174
"stackfile": "edge/softing-edgeconnector-modbus/docker-compose.yml"
@@ -1179,6 +1180,7 @@
11791180
"categories": ["edge"],
11801181
"title": "Softing EdgeConnector 840D",
11811182
"description": "Access Siemens SINUMERIK 840D sl/pl controllers and provide data via OPC UA and MQTT",
1183+
"logo": "https://www.gravatar.com/avatar/c7d3730588d3f501d6753aa22a731bc0?s=80&r=g&d=404",
11821184
"repository": {
11831185
"url": "https://github.com/portainer/templates",
11841186
"stackfile": "edge/softing-edgeconnector-840d/docker-compose.yml"
@@ -1190,6 +1192,7 @@
11901192
"categories": ["edge"],
11911193
"title": "Softing EdgeConnector Siemens",
11921194
"description": "Connect Siemens SIMATIC S7-300/400/1200/1500 PLCs and provide the data via OPC UA and MQTT",
1195+
"logo": "https://www.gravatar.com/avatar/c7d3730588d3f501d6753aa22a731bc0?s=80&r=g&d=404",
11931196
"repository": {
11941197
"url": "https://github.com/portainer/templates",
11951198
"stackfile": "edge/softing-edgeconnector-siemens/docker-compose.yml"
@@ -1201,6 +1204,7 @@
12011204
"categories": ["edge"],
12021205
"title": "Softing EdgeConnector FANUC CNC",
12031206
"description": "Connect FANUC CNCs and provide the data via OPC UA and MQTT",
1207+
"logo": "https://www.gravatar.com/avatar/c7d3730588d3f501d6753aa22a731bc0?s=80&r=g&d=404",
12041208
"repository": {
12051209
"url": "https://github.com/portainer/templates",
12061210
"stackfile": "edge/softing-edgeconnector-fanuc-cnc/docker-compose.yml"
@@ -1218,6 +1222,7 @@
12181222
"categories": ["edge"],
12191223
"title": "Softing EdgeConnector Aggregator",
12201224
"description": "Offers a powerful OPC UA aggregation service which provides data via OPC UA, as well as MQTT",
1225+
"logo": "https://www.gravatar.com/avatar/c7d3730588d3f501d6753aa22a731bc0?s=80&r=g&d=404",
12211226
"repository": {
12221227
"url": "https://github.com/portainer/templates",
12231228
"stackfile": "edge/softing-edgeconnector-aggregator/docker-compose.yml"
@@ -1236,6 +1241,7 @@
12361241
"title": "OPC Router",
12371242
"description": "No-code middleware for industrial applications The OPC Router connects PLCs, PCS, SCADA, MES, SQL databases and servers, label printers, e-mail servers and erp-systems via OPC UA, MQTT, REST, CSV and many others without any programming effort",
12381243
"note": "More information about the <a href=\"https://www.opc-router.com/terms-of-use-and-eula/?utm_source=DockerHub_runtime&utm_medium=click&utm_campaign=TermsOfUseAndEula\" target=\"_blank\">EULA</a>.",
1244+
"logo": "https://store-images.s-microsoft.com/image/apps.45485.5f358ea4-e35f-478a-ab92-e85946891f86.b38fbf34-c2b9-4714-9d8a-1232c004df99.4469177b-aba0-4422-ad40-218ff1d967fb",
12391245
"repository": {
12401246
"url": "https://github.com/portainer/templates",
12411247
"stackfile": "edge/opc-router/docker-compose.yml"
@@ -1294,6 +1300,26 @@
12941300
"label": "Management Center password"
12951301
}
12961302
]
1303+
},
1304+
{
1305+
"id": 62,
1306+
"type": 3,
1307+
"title": "Node-Red",
1308+
"description": "Low-code programming for event-driven applications",
1309+
"note": "The TZ must be in Unix Format eg America/New_York - see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones.",
1310+
"categories": ["edge"],
1311+
"platform": "linux",
1312+
"logo": "https://avatars.githubusercontent.com/u/5375661?s=200&v=4",
1313+
"repository": {
1314+
"url": "https://github.com/portainer/templates",
1315+
"stackfile": "edge/node-red/docker-compose.yml"
1316+
},
1317+
"env": [
1318+
{
1319+
"name": "TZ",
1320+
"label": "Time Zone"
1321+
}
1322+
]
12971323
}
12981324
]
12991325
}

0 commit comments

Comments
 (0)