⬆️ Updating add-on Log Viewer to 0fc79f2

This commit is contained in:
Community Hass.io Add-ons Bot 2020-04-14 11:14:42 +00:00
parent 03960e899a
commit e5ca37eef2
4 changed files with 11 additions and 19 deletions

View file

@ -1,12 +1,3 @@
# Changelog since v0.7.0
- :hammer: Update community forum links
- :arrow_up: Upgrades add-on base image to v7.0.2
- :hammer: Re-branding
- :arrow_up: Upgrades nodejs to 12.15.0-r1
- :arrow_up: Upgrades nginx to 1.16.1-r6
- :hammer: Updates for upstream Supervisor changes
- :hammer: Update add-on config with new password & list features
- :hammer: Re-branding
- :books: Update add-on documentation to use new YAML configuration format
- :arrow_up: Upgrades add-on base image to v7.0.0
- 💄Add icon/logo (#29)
# Changelog since v0.8.0
- :hammer: Disable Docker init
- :arrow_up: Upgrades base image to v7.1.0

View file

@ -38,10 +38,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/c46a14b/README.md
[docs]: https://github.com/hassio-addons/addon-log-viewer/blob/0fc79f2/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-c46a14b-blue.svg
[release]: https://github.com/hassio-addons/addon-log-viewer/tree/c46a14b
[release-shield]: https://img.shields.io/badge/version-0fc79f2-blue.svg
[release]: https://github.com/hassio-addons/addon-log-viewer/tree/0fc79f2

View file

@ -1,11 +1,12 @@
{
"name": "Log Viewer",
"version": "c46a14b",
"version": "0fc79f2",
"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",