81 lines
1.7 KiB
JSON
81 lines
1.7 KiB
JSON
{
|
|
"name": "Glances",
|
|
"version": "0.12.2",
|
|
"slug": "glances",
|
|
"description": "A cross-platform system monitoring tool",
|
|
"url": "https://github.com/hassio-addons/addon-glances",
|
|
"ingress": true,
|
|
"ingress_port": 0,
|
|
"panel_icon": "mdi:speedometer",
|
|
"startup": "services",
|
|
"homeassistant": "0.92.0b2",
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armhf",
|
|
"armv7",
|
|
"i386"
|
|
],
|
|
"ports": {
|
|
"80/tcp": null
|
|
},
|
|
"ports_description": {
|
|
"80/tcp": "Web interface (Not required for Ingress)"
|
|
},
|
|
"map": [
|
|
"addons",
|
|
"backup",
|
|
"config:rw",
|
|
"share",
|
|
"ssl",
|
|
"media"
|
|
],
|
|
"hassio_api": true,
|
|
"auth_api": true,
|
|
"docker_api": true,
|
|
"host_network": true,
|
|
"host_pid": true,
|
|
"apparmor": false,
|
|
"options": {
|
|
"log_level": "info",
|
|
"process_info": false,
|
|
"refresh_time": 10,
|
|
"ssl": false,
|
|
"certfile": "fullchain.pem",
|
|
"keyfile": "privkey.pem",
|
|
"influxdb": {
|
|
"enabled": false,
|
|
"host": "a0d7b954-influxdb",
|
|
"port": 8086,
|
|
"username": "glances",
|
|
"password": "",
|
|
"database": "glances",
|
|
"prefix": "localhost",
|
|
"interval": 60
|
|
}
|
|
},
|
|
"schema": {
|
|
"log_level": "list(trace|debug|info|notice|warning|error|fatal)",
|
|
"process_info": "bool",
|
|
"refresh_time": "int",
|
|
"ssl": "bool",
|
|
"certfile": "str",
|
|
"keyfile": "str",
|
|
"influxdb": {
|
|
"enabled": "bool",
|
|
"host": "str",
|
|
"port": "port",
|
|
"username": "str",
|
|
"password": "password",
|
|
"database": "str",
|
|
"prefix": "str",
|
|
"interval": "int",
|
|
"ssl": "bool?"
|
|
},
|
|
"leave_front_door_open": "bool?"
|
|
},
|
|
"environment": {
|
|
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
|
|
},
|
|
"image": "ghcr.io/hassio-addons/glances/{arch}"
|
|
} |