🎉 Release of add-on Log Viewer 0.5.0

This commit is contained in:
Community Hass.io Add-ons Bot 2019-04-20 13:29:08 +00:00
parent 3fb72b0e68
commit 2895bca413
4 changed files with 31 additions and 46 deletions

View file

@ -810,10 +810,10 @@ SOFTWARE.
[jupyterlablite-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [jupyterlablite-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[jupyterlablite-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [jupyterlablite-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[jupyterlablite-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [jupyterlablite-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-log-viewer]: https://github.com/hassio-addons/addon-log-viewer/tree/v0.4.1 [addon-log-viewer]: https://github.com/hassio-addons/addon-log-viewer/tree/v0.5.0
[addon-doc-log-viewer]: https://github.com/hassio-addons/addon-log-viewer/blob/v0.4.1/README.md [addon-doc-log-viewer]: https://github.com/hassio-addons/addon-log-viewer/blob/v0.5.0/README.md
[log-viewer-issue]: https://github.com/hassio-addons/addon-log-viewer/issues [log-viewer-issue]: https://github.com/hassio-addons/addon-log-viewer/issues
[log-viewer-version-shield]: https://img.shields.io/badge/version-v0.4.1-blue.svg [log-viewer-version-shield]: https://img.shields.io/badge/version-v0.5.0-blue.svg
[log-viewer-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/log-viewer-armhf.svg [log-viewer-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/log-viewer-armhf.svg
[log-viewer-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [log-viewer-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[log-viewer-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [log-viewer-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,7 +1,19 @@
[Full Changelog][changelog] [Full Changelog][changelog]
✨ This release adds support for Hass.io Ingress 🎉
**Breaking change**
The addition of Ingress makes this add-on not accessible directly. If you have added the Log Viewer via an iframe panel, this release will break that.
However, you can enable this again by going into the add-on configuration. A new section show is visible: "Network". Enter port `4277` (or anything else if you want) in the `disabled` field. Hit the "SAVE" followed by the "RESTART" button to make your iframe work as before.
An option to add an Ingress capable add-on to the sidebar menu automatically is expected to land in Home Assistant 0.92.
### Changed ### Changed
- :ambulance: Adds explicit architecture definition - :books: Updates documentation
- :arrow_up: Upgrades base image to v3.1.0
- :sparkles: Adds Hassio Ingress support
[changelog]: https://github.com/hassio-addons/addon-log-viewer/compare/v0.4.0...v0.4.1 [changelog]: https://github.com/hassio-addons/addon-log-viewer/compare/v0.4.1...v0.5.0

View file

@ -35,10 +35,10 @@ If you are more interested in stable releases of our add-ons:
[buymeacoffee]: https://www.buymeacoffee.com/dale3h [buymeacoffee]: https://www.buymeacoffee.com/dale3h
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons [discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-log-viewer/blob/v0.4.1/README.md [docs]: https://github.com/hassio-addons/addon-log-viewer/blob/v0.5.0/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-log-viewer/64377?u=dale3h [forum]: https://community.home-assistant.io/t/community-hass-io-add-on-log-viewer/64377?u=dale3h
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v0.4.1-blue.svg [release-shield]: https://img.shields.io/badge/version-v0.5.0-blue.svg
[release]: https://github.com/hassio-addons/addon-log-viewer/tree/v0.4.1 [release]: https://github.com/hassio-addons/addon-log-viewer/tree/v0.5.0

View file

@ -1,10 +1,14 @@
{ {
"name": "Log Viewer", "name": "Log Viewer",
"version": "0.4.1", "version": "0.5.0",
"slug": "logviewer", "slug": "logviewer",
"description": "Browser-based log utility for Hass.io", "description": "Browser-based log utility for Hass.io",
"url": "https://github.com/hassio-addons/addon-log-viewer", "url": "https://github.com/hassio-addons/addon-log-viewer",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
"startup": "application", "startup": "application",
"ingress": true,
"ingress_port": 1337,
"homeassistant": "0.91.2",
"arch": [ "arch": [
"aarch64", "aarch64",
"amd64", "amd64",
@ -12,14 +16,16 @@
"armv7", "armv7",
"i386" "i386"
], ],
"webui": "[PROTO:ssl]://[HOST]:[PORT:4277]",
"homeassistant_api": true, "homeassistant_api": true,
"hassio_api": true, "hassio_api": true,
"hassio_role": "default", "hassio_role": "default",
"auth_api": true,
"boot": "auto", "boot": "auto",
"host_network": false,
"ports": { "ports": {
"4277/tcp": 4277 "80/tcp": null
},
"ports_description": {
"80/tcp": "Web interface (Not required for Hass.io Ingress)"
}, },
"map": [ "map": [
"config", "config",
@ -27,48 +33,15 @@
"ssl" "ssl"
], ],
"options": { "options": {
"username": "",
"password": "",
"ssl": true, "ssl": true,
"certfile": "fullchain.pem", "certfile": "fullchain.pem",
"keyfile": "privkey.pem", "keyfile": "privkey.pem"
"filters": [
{
"keyword": "ERROR",
"style": "color: red; font-weight: bold;"
},
{
"keyword": "WARN",
"style": "color: yellow;"
},
{
"keyword": "INFO",
"style": "color: limegreen;"
},
{
"keyword": "DEBUG",
"style": "color: cyan;"
},
{
"keyword": "TRACE",
"style": "color: blue;"
}
]
}, },
"schema": { "schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?", "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
"username": "str",
"password": "str",
"ssl": "bool", "ssl": "bool",
"certfile": "str", "certfile": "str",
"keyfile": "str", "keyfile": "str",
"filters": [
{
"keyword": "str",
"style": "str"
}
],
"i_like_to_be_pwned": "bool?",
"leave_front_door_open": "bool?" "leave_front_door_open": "bool?"
}, },
"image": "hassioaddons/log-viewer-{arch}" "image": "hassioaddons/log-viewer-{arch}"