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 support for InfluxDB and EMQX #210

Merged
merged 28 commits into from
Mar 1, 2024
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
9d51ea5
Create compose.yaml
ncresswell Feb 29, 2024
493184c
Delete edge/node-red/compose.yaml
ncresswell Feb 29, 2024
e6b206f
Create docker-compose.yaml
ncresswell Feb 29, 2024
e7c411c
Update docker-compose.yaml
ncresswell Feb 29, 2024
28e9f3d
Update templates.json
ncresswell Feb 29, 2024
fc1f95c
Create docker-compose.yml
ncresswell Feb 29, 2024
90f5f36
Delete edge/node-red/docker-compose.yaml
ncresswell Feb 29, 2024
23ecdf9
Update templates.json
ncresswell Feb 29, 2024
39e5fb4
Update templates.json
ncresswell Feb 29, 2024
e96a533
Update templates.json
ncresswell Feb 29, 2024
14c5559
Update templates.json
ncresswell Feb 29, 2024
cb3e24d
Update templates.json
ncresswell Feb 29, 2024
79cb5c7
Update templates.json
ncresswell Feb 29, 2024
8e095aa
Update templates.json
ncresswell Feb 29, 2024
2795976
Delete edge/node-red/docker-compose.yml
ncresswell Feb 29, 2024
f29d93d
Update templates.json
ncresswell Feb 29, 2024
c4b8734
Update templates.json
ncresswell Mar 1, 2024
cca2503
Update templates.json
ncresswell Mar 1, 2024
00e5540
Merge branch 'portainer:v3' into v3
ncresswell Mar 1, 2024
d8f523f
Update templates.json
ncresswell Mar 1, 2024
7c7f9ca
Update templates.json
ncresswell Mar 1, 2024
e2a42b4
Update templates.json
ncresswell Mar 1, 2024
ec3d5c2
Update templates.json
ncresswell Mar 1, 2024
ae45045
Update templates.json
ncresswell Mar 1, 2024
a60e093
Update templates.json
ncresswell Mar 1, 2024
3310f32
Update templates.json
ncresswell Mar 1, 2024
b17875c
Update templates.json
ncresswell Mar 1, 2024
3ca47f1
Update templates.json
ncresswell Mar 1, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 78 additions & 0 deletions templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1320,6 +1320,84 @@
"label": "Time Zone"
}
]
},
{
"id": 63,
"type": 3,
"title": "InfluxDB for Edge",
"description": "InfluxDB Time Series Data Platformm, Single Server deployment",
"note": "Admin Password must be at least 10 characters",
"categories": ["edge"],
"platform": "linux",
"logo": "https://store-images.s-microsoft.com/image/apps.61965.8c5e9f22-6a18-49a8-b8b9-6632de74e76c.3c45348f-0adf-4238-b024-bb993be0b664.ccdeeb79-9767-4e92-af5a-1b56f274aa99",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "edge/influxdb/docker-compose.yml"
},
"env": [
{
"name": "influxadmin",
"label": "Influx Admin Username"
},
{
"name": "influxadminpass",
"label": "Influx Admin User Password"
},
{
"name": "influxorg",
"label": "Influx Org Name"
},
{
"name": "influxbucket",
"label": "Influx Bucket Name"
}
]
},
{
"id": 64,
"type": 3,
"title": "EMQX Open Source MQTT Broker, Single Broker deployment",
"description": "Open-source MQTT broker for IoT, IIoT, and connected vehicles ",
"categories": ["edge"],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/docker-library/docs/68aa4264fa058f323993fdaceacd63a8acbbeb48/emqx/logo.svg",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "edge/emqx/docker-compose.yml"
},
"env": [
{
"name": "EMQX_DASHBOARD__DEFAULT_USERNAME",
"label": "EMQX Dashboard Username"
},
{
"name": "EMQX_DASHBOARD__DEFAULT_PASSWORD",
"label": "EMQX Dashboard Password"
}
]
},
{
"id": 65,
"type": 3,
"title": "Grafana Dashboard",
"description": "Multi-platform open-source interactive visualization web application",
"categories": ["edge"],
"platform": "linux",
"logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/a1/Grafana_logo.svg/1200px-Grafana_logo.svg.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "edge/grafana/docker-compose.yml"
},
"env": [
{
"name": "grafana_admin",
"label": "Grafana Dashboard Username"
},
{
"name": "grafana_password",
"label": "Grafana Dashboard Password"
}
]
}
]
}
Loading