Files
hassio-addons/portainer/config.json
2021-10-15 17:58:31 +02:00

50 lines
1.0 KiB
JSON

{
"name": "Portainer",
"version": "2.9.1",
"upstream": "2.9.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,
"ingress_stream": true,
"startup": "services",
"panel_icon": "mdi:docker",
"homeassistant": "0.92.0b2",
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7"
],
"init": false,
"map": [
"ssl"
],
"ports": {
"9099/tcp": 9000,
"8000/tcp": null
},
"ports_description": {
"9099/tcp": "Web UI port",
"8000/tcp": "Edge Agent Api (Enable when managing remote edge agents)"
},
"webui": "[PROTO:ssl]://[HOST]:[PORT:9099]",
"hassio_api": true,
"docker_api": true,
"options": {
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"password": "default"
},
"schema": {
"ssl": "bool",
"certfile": "str",
"keyfile": "str",
"password": "str",
"test": "str?"
}
}