app-store/apps/portainer/config.json

24 lines
494 B
JSON
Raw Normal View History

2022-07-28 17:46:12 +00:00
{
"$schema": "../schema.json",
2022-07-28 17:46:12 +00:00
"name": "Portainer",
"port": 9443,
"available": true,
2022-11-11 19:33:58 +00:00
"exposable": true,
"https": true,
2022-07-28 17:46:12 +00:00
"id": "portainer",
"tipi_version": 19,
"version": "2.20.0-alpine",
"categories": [
"utilities"
],
2022-07-28 17:46:12 +00:00
"description": "",
"short_desc": "Making Docker and Kubernetes management easy.",
"author": "portainer.io",
"source": "https://github.com/portainer/portainer",
"form_fields": [],
"supported_architectures": [
"arm64",
"amd64"
]
2022-07-28 17:46:12 +00:00
}