Skip to content

Commit

Permalink
Add Node-Red Template, and Fix Logos for OPC-Router and Softing (#208)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ncresswell committed Mar 1, 2024
1 parent 3b196ff commit c3d0762
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1168,6 +1168,7 @@
"title": "Softing EdgeConnector modbus",
"description": "Connect Modbus TCP Sensors/PLCs and provide the data via OPC UA and MQTT",
"note": "Connect Modbus TCP Sensors/PLCs and provide the data via OPC UA and MQTT",
"logo": "https://www.gravatar.com/avatar/c7d3730588d3f501d6753aa22a731bc0?s=80&r=g&d=404",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "edge/softing-edgeconnector-modbus/docker-compose.yml"
Expand All @@ -1179,6 +1180,7 @@
"categories": ["edge"],
"title": "Softing EdgeConnector 840D",
"description": "Access Siemens SINUMERIK 840D sl/pl controllers and provide data via OPC UA and MQTT",
"logo": "https://www.gravatar.com/avatar/c7d3730588d3f501d6753aa22a731bc0?s=80&r=g&d=404",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "edge/softing-edgeconnector-840d/docker-compose.yml"
Expand All @@ -1190,6 +1192,7 @@
"categories": ["edge"],
"title": "Softing EdgeConnector Siemens",
"description": "Connect Siemens SIMATIC S7-300/400/1200/1500 PLCs and provide the data via OPC UA and MQTT",
"logo": "https://www.gravatar.com/avatar/c7d3730588d3f501d6753aa22a731bc0?s=80&r=g&d=404",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "edge/softing-edgeconnector-siemens/docker-compose.yml"
Expand All @@ -1201,6 +1204,7 @@
"categories": ["edge"],
"title": "Softing EdgeConnector FANUC CNC",
"description": "Connect FANUC CNCs and provide the data via OPC UA and MQTT",
"logo": "https://www.gravatar.com/avatar/c7d3730588d3f501d6753aa22a731bc0?s=80&r=g&d=404",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "edge/softing-edgeconnector-fanuc-cnc/docker-compose.yml"
Expand All @@ -1218,6 +1222,7 @@
"categories": ["edge"],
"title": "Softing EdgeConnector Aggregator",
"description": "Offers a powerful OPC UA aggregation service which provides data via OPC UA, as well as MQTT",
"logo": "https://www.gravatar.com/avatar/c7d3730588d3f501d6753aa22a731bc0?s=80&r=g&d=404",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "edge/softing-edgeconnector-aggregator/docker-compose.yml"
Expand All @@ -1236,6 +1241,7 @@
"title": "OPC Router",
"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",
"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>.",
"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",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "edge/opc-router/docker-compose.yml"
Expand Down Expand Up @@ -1294,6 +1300,26 @@
"label": "Management Center password"
}
]
},
{
"id": 62,
"type": 3,
"title": "Node-Red",
"description": "Low-code programming for event-driven applications",
"note": "The TZ must be in Unix Format eg America/New_York - see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones.",
"categories": ["edge"],
"platform": "linux",
"logo": "https://avatars.githubusercontent.com/u/5375661?s=200&v=4",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "edge/node-red/docker-compose.yml"
},
"env": [
{
"name": "TZ",
"label": "Time Zone"
}
]
}
]
}

0 comments on commit c3d0762

Please sign in to comment.