repository/log-viewer/config.yaml
Community Hass.io Add-ons Bot 55a4b0a8b2 🎉 Release of add-on Log Viewer 0.17.1
2024-09-23 19:23:42 +00:00

36 lines
768 B
YAML

name: Log Viewer
version: 0.17.1
slug: logviewer
description: Browser-based log utility for Home Assistant
url: https://github.com/hassio-addons/addon-log-viewer
codenotary: codenotary@frenck.dev
init: false
ingress: true
ingress_stream: true
panel_icon: mdi:text-box-outline
homeassistant: 0.92.0b2
arch:
- aarch64
- amd64
- armv7
homeassistant_api: true
auth_api: true
ports:
80/tcp: null
ports_description:
80/tcp: Web interface (Not required for Ingress)
map:
- homeassistant_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}