Skip to content

Commit 0c3df75

Browse files
authored
add Apache Nifi and Timescale DB (#216)
* Update templates.json * Update templates.json * Update templates.json * Update templates.json * Update templates.json * Update templates.json
1 parent ec550dc commit 0c3df75

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

templates.json

+42
Original file line numberDiff line numberDiff line change
@@ -1456,6 +1456,48 @@
14561456
]
14571457
}
14581458
]
1459+
},
1460+
{
1461+
"id": 67,
1462+
"type": 3,
1463+
"title": "Timescale DB",
1464+
"description": "Open-source time series database developed by Timescale Inc",
1465+
"categories": ["edge"],
1466+
"platform": "linux",
1467+
"logo": "https://pbs.twimg.com/profile_images/1658849767865167876/hA5OXD9m_400x400.jpg",
1468+
"repository": {
1469+
"url": "https://github.com/portainer/templates",
1470+
"stackfile": "edge/timescaledb/docker-compose.yml"
1471+
},
1472+
"env": [
1473+
{
1474+
"name": "pgpassword",
1475+
"label": "Database root password"
1476+
}
1477+
]
1478+
},
1479+
{
1480+
"id": 68,
1481+
"type": 3,
1482+
"title": "Apache NIFI",
1483+
"description": "Apache NiFi is an easy to use, powerful, and reliable system to process and distribute data - Single Server Deployment",
1484+
"categories": ["edge"],
1485+
"platform": "linux",
1486+
"logo": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQRyUilErsgYYtwSYrOY90H723YlVXcUQXuRw&usqp=CAU",
1487+
"repository": {
1488+
"url": "https://github.com/portainer/templates",
1489+
"stackfile": "edge/apachenifi/docker-compose.yml"
1490+
},
1491+
"env": [
1492+
{
1493+
"name": "nifiusername",
1494+
"label": "Nifi UI admin username"
1495+
},
1496+
{
1497+
"name": "nifipassword",
1498+
"label": "Nifi UI admin password (12+ Characters)"
1499+
}
1500+
]
14591501
}
14601502
]
14611503
}

0 commit comments

Comments
 (0)