{ "name": "Docker Container Stats", "version": "1.4.0", "slug": "container-stats", "description": "🧪 experimental | A web interface for viewing historical and current statistics per docker container", "url": "https://github.com/Poeschl/Hassio-Addons/tree/master/container-stats", "arch": [ "armhf", "armv7", "aarch64", "amd64", "i386" ], "ingress": true, "ingress_port": 8080, "panel_title": "Docker Container Stats", "panel_icon": "mdi:chart-line", "startup": "application", "stage": "experimental", "boot": "auto", "docker_api": true, "image": "ghcr.io/poeschl/ha-container-stats-{arch}", "ports": { "8080/tcp": null }, "ports_description": { "8080/tcp": "Web Interface (Not required for Supervisor Ingress)" }, "map": [], "schema": { "update_interval": "int?", "persistent": "bool" }, "options": { "persistent": "true" } }