⬆️ Updating add-on Log Viewer to 70dc03f

This commit is contained in:
Community Hass.io Add-ons Bot 2023-03-28 09:27:35 +00:00
parent 6b552a6278
commit 0ed0babb0c
5 changed files with 51 additions and 30 deletions

View file

@ -1,2 +1,23 @@
# Changelog since v0.14.0
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13 (#155)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Remove unsafe perm from npm (#156)
- ⬆️ Update alpine_3_17/nodejs to v18 (#153)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- ⬆️ Update alpine_3_17/git to v2.38.4-r1 (#152)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- ⬆️ Update alpine_3_17/npm to v9 (#154)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- ⬆️ Update alpine_3_17/nginx to v1.22.1-r0 (#149)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Renovate: This repo is an fork
- Renovate: This repo is an fork
- Fix accidental removal of release drafter
- Add Renovate for dependency management (#147)
- 🎆 Updates maintenance/license year to 2023 (#148)
- ⬆️ Upgrades add-on base image to 12.2.3 (#143)

View file

@ -126,7 +126,7 @@ check [the contributor's page][contributors].
MIT License
Copyright (c) 2018-2022 Dale Higgs <@dale3h>
Copyright (c) 2018-2023 Dale Higgs <@dale3h>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View file

@ -38,7 +38,7 @@ If you are more interested in stable releases of our add-ons:
[discord]: https://discord.me/hassioaddons
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-log-viewer/64377?u=dale3h
[maintenance-shield]: https://img.shields.io/maintenance/yes/2022.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-5ae0d90-blue.svg
[release]: https://github.com/hassio-addons/addon-log-viewer/tree/5ae0d90
[release-shield]: https://img.shields.io/badge/version-70dc03f-blue.svg
[release]: https://github.com/hassio-addons/addon-log-viewer/tree/70dc03f

View file

@ -1,38 +1,38 @@
name: Log Viewer
version: 70dc03f
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
- armhf
- armv7
- i386
auth_api: true
codenotary: codenotary@frenck.dev
description: Browser-based log utility for Home Assistant
homeassistant: 0.92.0b2
homeassistant_api: true
image: ghcr.io/hassio-addons/log-viewer/{arch}
ingress: true
ingress_stream: true
init: false
map:
- config
- share
- ssl
name: Log Viewer
options:
certfile: fullchain.pem
keyfile: privkey.pem
ssl: true
panel_icon: mdi:text-box-outline
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?
log_level: list(trace|debug|info|notice|warning|error|fatal)?
ssl: bool
slug: logviewer
url: https://github.com/hassio-addons/addon-log-viewer
version: 5ae0d90
image: ghcr.io/hassio-addons/log-viewer/{arch}