|
1325 | 1325 | "id": 63,
|
1326 | 1326 | "type": 3,
|
1327 | 1327 | "title": "InfluxDB for Edge",
|
1328 |
| - "description": "InfluxDB Time Series Data Platformm, Single Server deployment", |
| 1328 | + "description": "InfluxDB Time Series Data Platformm - Single Server deployment", |
1329 | 1329 | "note": "Admin Password must be at least 10 characters",
|
1330 | 1330 | "categories": ["edge"],
|
1331 | 1331 | "platform": "linux",
|
|
1356 | 1356 | {
|
1357 | 1357 | "id": 64,
|
1358 | 1358 | "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", |
1361 | 1361 | "categories": ["edge"],
|
1362 | 1362 | "platform": "linux",
|
1363 | 1363 | "logo": "https://raw.githubusercontent.com/docker-library/docs/68aa4264fa058f323993fdaceacd63a8acbbeb48/emqx/logo.svg",
|
|
1398 | 1398 | "label": "Grafana Dashboard Password"
|
1399 | 1399 | }
|
1400 | 1400 | ]
|
| 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 | + ] |
1401 | 1459 | }
|
1402 | 1460 | ]
|
1403 | 1461 | }
|
0 commit comments