Files
hassio-repository/portainer/config.json

27 lines
698 B
JSON
Executable File

{
"name": "Portainer",
"version": "3.1.0",
"slug": "portainer",
"description": "Manage your Docker environment with ease.",
"url": "https://git.nstoerzbach.de/nico.stoerzbach/hassio-repository",
"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?"
}
}