Files
hassio-addons/portainer/config.json
2021-05-18 18:11:56 +02:00

48 lines
1003 B
JSON

{
"name": "Portainer",
"version": "2.1.1-dev5",
"upstream": "2.1.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": {
"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"
}
}