48 lines
1.2 KiB
JSON
Raw Permalink Normal View History

{
"name": "Prometheus Node Exporter",
"version": "1.0.1",
"slug": "prometheus_node_exporter",
"description": "Prometheus node exporter for hardware and OS metrics",
"url": "https://mezgit.duckdns.org/mezned/HAddons",
"image": "ghcr.io/loganmarchione/hassos-addons/prometheusnodeexporter-{arch}",
"arch": ["amd64", "aarch64", "armv7"],
"startup": "services",
"init": false,
"webui": "[PROTO:enable_tls]://[HOST]:[PORT:9100]",
"ports": {
2024-11-01 12:24:34 +01:00
"9100/tcp": null
},
"ports_description": {
"9100/tcp": "Default node exporter port and web interface"
},
"map": [
"config:rw",
"ssl"
],
"hassio_api": true,
"homeassistant_api": true,
"auth_api": true,
"docker_api": true,
"host_network": true,
"host_pid": true,
"apparmor": false,
"options": {
"enable_basic_auth": false,
"basic_auth_user": "",
"basic_auth_pass": "",
"enable_tls": false,
"cert_file": "",
"cert_key": "",
"cmdline_extra_args": ""
},
"schema": {
"enable_basic_auth": "bool",
"basic_auth_user": "str",
"basic_auth_pass": "password",
"enable_tls": "bool",
"cert_file": "str",
"cert_key": "str",
"cmdline_extra_args": "str?"
}
}