⬆️ Updating add-on Log Viewer to 781d100

This commit is contained in:
Community Hass.io Add-ons Bot 2018-08-16 16:56:56 +00:00
parent 6797387512
commit 2cd414fa25
4 changed files with 30 additions and 14 deletions

View file

@ -1,3 +1,17 @@
2018/08/15 20:47 UTC - [d184cb4](https://github.com/hassio-addons/addon-log-viewer/commit/d184cb492a7c5295a903dc8d085fec596d7b2bd9) by [@dale3h](https://github.com/dale3h)
> 🔒 Enables user authentication (#2)
2018/08/16 16:47 UTC - [781d100](https://github.com/hassio-addons/addon-log-viewer/commit/781d1008404bc15e2e215a5a4a6bcd559ea47fcf) by [@frenck](https://github.com/frenck)
> Base upgrade and features (#3)
* :arrow_up: Upgrades base image to v2.1.1
* :whale: Sets default Shell
* :books: :shirt: Updates README and links
* :lock: Enables SSL by default
* :lock: Removes admin as default username, should not be recommended
* :lock: Enforces authentication and HaveIBeenPwned checks
* 📚 Add docs for filters option

View file

@ -36,12 +36,12 @@ If you are more interested in stable releases of our add-ons:
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
[buymeacoffee]: https://www.buymeacoffee.com/dale3h
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
[discord]: https://discord.gg/c5DvZ4e
[docs]: https://github.com/hassio-addons/addon-log-viewer/blob/d184cb4/README.md
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-log-viewer/blob/781d100/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-d184cb4-blue.svg
[release]: https://github.com/hassio-addons/addon-log-viewer/tree/d184cb4
[release-shield]: https://img.shields.io/badge/version-781d100-blue.svg
[release]: https://github.com/hassio-addons/addon-log-viewer/tree/781d100

View file

@ -1,6 +1,6 @@
{
"name": "Log Viewer",
"version": "d184cb4",
"version": "781d100",
"slug": "logviewer",
"description": "Browser-based log utility for Hass.io",
"url": "https://github.com/hassio-addons/addon-log-viewer",
@ -20,9 +20,9 @@
],
"options": {
"log_level": "info",
"username": "admin",
"username": "",
"password": "",
"ssl": false,
"ssl": true,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"filters": [
@ -60,7 +60,9 @@
"keyword": "str",
"style": "str"
}
]
],
"i_like_to_be_pwned": "bool?",
"leave_front_door_open": "bool?"
},
"environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"