44 lines
958 B
JSON
44 lines
958 B
JSON
{
|
|
"name": "Log Viewer",
|
|
"version": "0.11.0",
|
|
"slug": "logviewer",
|
|
"description": "Browser-based log utility for Home Assistant",
|
|
"url": "https://github.com/hassio-addons/addon-log-viewer",
|
|
"init": false,
|
|
"ingress": true,
|
|
"panel_icon": "mdi:text-box-outline",
|
|
"homeassistant": "0.92.0b2",
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armhf",
|
|
"armv7",
|
|
"i386"
|
|
],
|
|
"homeassistant_api": true,
|
|
"auth_api": true,
|
|
"ports": {
|
|
"80/tcp": null
|
|
},
|
|
"ports_description": {
|
|
"80/tcp": "Web interface (Not required for Ingress)"
|
|
},
|
|
"map": [
|
|
"config",
|
|
"share",
|
|
"ssl"
|
|
],
|
|
"options": {
|
|
"ssl": true,
|
|
"certfile": "fullchain.pem",
|
|
"keyfile": "privkey.pem"
|
|
},
|
|
"schema": {
|
|
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
|
|
"ssl": "bool",
|
|
"certfile": "str",
|
|
"keyfile": "str",
|
|
"leave_front_door_open": "bool?"
|
|
},
|
|
"image": "ghcr.io/hassio-addons/log-viewer/{arch}"
|
|
} |