32 lines
688 B
JSON
32 lines
688 B
JSON
{
|
|
"arch": [
|
|
"amd64",
|
|
"armv7",
|
|
"armhf",
|
|
"aarch64"
|
|
],
|
|
"description": "Container management made easy",
|
|
"docker_api": true,
|
|
"image": "mikejmcguire/hass-portainer-{arch}",
|
|
"ingress": true,
|
|
"ingress_port": 9000,
|
|
"init": false,
|
|
"map": [
|
|
"ssl"
|
|
],
|
|
"ports": {
|
|
"8000/tcp": null,
|
|
"9000/tcp": null
|
|
},
|
|
"ports_description": {
|
|
"8000/tcp": "Port for exposing Portainer to edge agents",
|
|
"9000/tcp": "Port for exposing Portainer UI directly"
|
|
},
|
|
"name": "Portainer",
|
|
"panel_icon": "mdi:docker",
|
|
"slug": "portainer",
|
|
"startup": "services",
|
|
"url": "https://github.com/smarthomecomkh/hasaddon/hass-portainer",
|
|
"version": "2023.1.0"
|
|
}
|