Files
hasaddon/hass-portainer/config.json
T
2023-07-23 10:06:17 -05:00

32 lines
685 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/smarthomekh/hasaddon/hass-portainer",
"version": "2023.7.0"
}