mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 03:21:28 +00:00
🎉 Release of add-on Log Viewer 0.8.1
This commit is contained in:
parent
89b31526ad
commit
c8a3167f0b
4 changed files with 11 additions and 17 deletions
|
@ -4,14 +4,7 @@ This is a maintenance release.
|
|||
|
||||
### Changed
|
||||
|
||||
- 💄 Add icon/logo (#29)
|
||||
- :books: Update add-on documentation to use new YAML configuration format
|
||||
- :hammer: Re-branding
|
||||
- :hammer: Update add-on config with new password & list features
|
||||
- :hammer: Updates for upstream Supervisor changes
|
||||
- :arrow_up: Upgrades nginx to 1.16.1-r6
|
||||
- :arrow_up: Upgrades nodejs to 12.15.0-r1
|
||||
- :arrow_up: Upgrades add-on base image to v7.0.2
|
||||
- :hammer: Update community forum links
|
||||
- :arrow_up: Upgrades base image to v7.1.0
|
||||
- :hammer: Disable Docker init
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-log-viewer/compare/v0.7.0...v0.8.0
|
||||
[changelog]: https://github.com/hassio-addons/addon-log-viewer/compare/v0.8.0...v0.8.1
|
|
@ -35,10 +35,10 @@ If you are more interested in stable releases of our add-ons:
|
|||
[buymeacoffee]: https://www.buymeacoffee.com/dale3h
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-log-viewer/blob/v0.8.0/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-log-viewer/blob/v0.8.1/README.md
|
||||
[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/2020.svg
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.8.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-log-viewer/tree/v0.8.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.8.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-log-viewer/tree/v0.8.1
|
|
@ -1,11 +1,12 @@
|
|||
{
|
||||
"name": "Log Viewer",
|
||||
"version": "0.8.0",
|
||||
"version": "0.8.1",
|
||||
"slug": "logviewer",
|
||||
"description": "Browser-based log utility for Home Assistant",
|
||||
"url": "https://github.com/hassio-addons/addon-log-viewer",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
|
||||
"startup": "application",
|
||||
"init": false,
|
||||
"ingress": true,
|
||||
"ingress_port": 1337,
|
||||
"panel_icon": "mdi:file-document-box-outline",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue