Files
hassio-repository/portainer/config.json

27 lines
683 B
JSON
Executable File

{
"name": "Portainer",
"version": "dev",
"slug": "portainer",
"description": "Manage your Docker environment with ease",
"url": "https://github.com/hassio-addons/addon-portainer",
"advanced": true,
"ingress": true,
"ingress_stream": true,
"startup": "services",
"panel_icon": "mdi:docker",
"arch": ["aarch64", "amd64", "armhf", "armv7"],
"init": false,
"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?"
}
}