Skip to content

Commit ec550dc

Browse files
authored
Add support for Ignition (#212)
* Update templates.json Add Ignition * Update templates.json * Update templates.json * Update templates.json * Update templates.json * Update templates.json * Update templates.json * Update templates.json * Update templates.json * Update templates.json * Update templates.json * Update templates.json * Update templates.json * Update templates.json * Update templates.json * Update templates.json * Update templates.json * Update templates.json
1 parent cb1caf5 commit ec550dc

File tree

1 file changed

+61
-3
lines changed

1 file changed

+61
-3
lines changed

templates.json

+61-3
Original file line numberDiff line numberDiff line change
@@ -1325,7 +1325,7 @@
13251325
"id": 63,
13261326
"type": 3,
13271327
"title": "InfluxDB for Edge",
1328-
"description": "InfluxDB Time Series Data Platformm, Single Server deployment",
1328+
"description": "InfluxDB Time Series Data Platformm - Single Server deployment",
13291329
"note": "Admin Password must be at least 10 characters",
13301330
"categories": ["edge"],
13311331
"platform": "linux",
@@ -1356,8 +1356,8 @@
13561356
{
13571357
"id": 64,
13581358
"type": 3,
1359-
"title": "EMQX Open Source MQTT Broker, Single Broker deployment",
1360-
"description": "Open-source MQTT broker for IoT, IIoT, and connected vehicles ",
1359+
"title": "EMQX Open Source MQTT Broker",
1360+
"description": "Open-source MQTT broker for IoT, IIoT, and connected vehicles - Single Broker deployment",
13611361
"categories": ["edge"],
13621362
"platform": "linux",
13631363
"logo": "https://raw.githubusercontent.com/docker-library/docs/68aa4264fa058f323993fdaceacd63a8acbbeb48/emqx/logo.svg",
@@ -1398,6 +1398,64 @@
13981398
"label": "Grafana Dashboard Password"
13991399
}
14001400
]
1401+
},
1402+
{
1403+
"id": 66,
1404+
"type": 3,
1405+
"title": "Inductive Automation - Ignition Gateway",
1406+
"description": "Ignition Gateway is the primary software service that drives everything in Ignition - Single Server Deployment",
1407+
"note": "For TZ see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones",
1408+
"categories": ["edge"],
1409+
"platform": "linux",
1410+
"logo": "https://pbs.twimg.com/profile_images/859108636504805376/QHpq7wuh_400x400.jpg",
1411+
"repository": {
1412+
"url": "https://github.com/portainer/templates",
1413+
"stackfile": "edge/ignition_gw/docker-compose.yml"
1414+
},
1415+
"env": [
1416+
{
1417+
"name": "EULA",
1418+
"label": "Accept Igntion EULA",
1419+
"select": [
1420+
{
1421+
"text": "Yes, I accept",
1422+
"value": "Y",
1423+
"default": true
1424+
}
1425+
]
1426+
},
1427+
{
1428+
"name": "adminuser",
1429+
"label": "Gateway UI Admin Username"
1430+
},
1431+
{
1432+
"name": "adminpass",
1433+
"label": "Gateway UI Admin Password"
1434+
},
1435+
{
1436+
"name": "TZ",
1437+
"label": "Time Zone"
1438+
},
1439+
{
1440+
"name": "gwedition",
1441+
"label": "Gateway Edition",
1442+
"select": [
1443+
{
1444+
"text": "Standard",
1445+
"value": "standard",
1446+
"default": true
1447+
},
1448+
{
1449+
"text": "Edge",
1450+
"value": "edge"
1451+
},
1452+
{
1453+
"text": "Maker",
1454+
"value": "maker"
1455+
}
1456+
]
1457+
}
1458+
]
14011459
}
14021460
]
14031461
}

0 commit comments

Comments
 (0)