36 lines
812 B
JSON
36 lines
812 B
JSON
{
|
|
"name": "Portainer",
|
|
"version": "1.5.1",
|
|
"slug": "portainer",
|
|
"description": "Manage your Docker environment with ease",
|
|
"url": "https://github.com/hassio-addons/addon-portainer",
|
|
"advanced": true,
|
|
"ingress": true,
|
|
"ingress_port": 1337,
|
|
"startup": "services",
|
|
"panel_icon": "mdi:docker",
|
|
"homeassistant": "0.92.0b2",
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armhf",
|
|
"armv7"
|
|
],
|
|
"init": false,
|
|
"map": [
|
|
"ssl"
|
|
],
|
|
"ports": {
|
|
"8000/tcp": null
|
|
},
|
|
"ports_description": {
|
|
"8000/tcp": "Edge Agent Api (Enable when managing remote edge agents)"
|
|
},
|
|
"hassio_api": true,
|
|
"docker_api": true,
|
|
"schema": {
|
|
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
|
|
"agent_secret": "str?"
|
|
},
|
|
"image": "ghcr.io/hassio-addons/portainer/{arch}"
|
|
} |