hassio-zabbix-agent/config.json

33 lines
671 B
JSON

{
"name": "Zabbix Agent",
"url": "https://git.asperti.com/paspo/hassio-addons",
"image": "docker.asperti.com/paspo/hassio-zabbix-agent",
"version": "0.1.4",
"slug": "zabbix-agent",
"description": "Zabbix Agent for hass.io",
"startup": "services",
"boot": "auto",
"audio": false,
"gpio": false,
"arch": [
"aarch64",
"amd64",
"armhf",
"i386"
],
"ports": {
"10050/tcp": 10050
},
"map": [
"share"
],
"options": {
"server": "zabbix-server",
"hostname": "hassio"
},
"schema": {
"server": "str",
"hostname": "str"
}
}