repository-edge/log-viewer/config.yaml
Community Hass.io Add-ons Bot 8bb858c5e3 ⬆️ Updating add-on Log Viewer to 7bf328c
2025-02-16 12:38:48 +00:00

36 lines
769 B
YAML

name: Log Viewer
version: 7bf328c
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}