Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Node-Red Template, and Fix Logos for OPC-Router and Softing #208

Merged
merged 18 commits into from
Mar 1, 2024
Merged
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://industrial.softing.com/fileadmin/_processed_/3/8/csm_OPC_Organizer_Classic_1000x750px_daf2639fd5.jpg",
"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://industrial.softing.com/fileadmin/_processed_/3/8/csm_OPC_Organizer_Classic_1000x750px_daf2639fd5.jpg",
"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://industrial.softing.com/fileadmin/_processed_/3/8/csm_OPC_Organizer_Classic_1000x750px_daf2639fd5.jpg",
"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://industrial.softing.com/fileadmin/_processed_/3/8/csm_OPC_Organizer_Classic_1000x750px_daf2639fd5.jpg",
"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://industrial.softing.com/fileadmin/_processed_/3/8/csm_OPC_Organizer_Classic_1000x750px_daf2639fd5.jpg",
"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"
}
]
}
]
}
Loading