Files
hassio-addons/portainer/config.json
2021-06-25 01:57:25 +02:00

48 lines
998 B
JSON

{
"name": "Portainer",
"version": "2.6.0",
"upstream": "2.6.0",
"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": {
"9000/tcp": 9000,
"8000/tcp": null
},
"ports_description": {
"9000/tcp": "Web UI port",
"8000/tcp": "Edge Agent Api (Enable when managing remote edge agents)"
},
"webui": "[PROTO:ssl]://[HOST]:[PORT:9000]",
"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"
}
}