From d486852f67635dcd1c59b430867a2697fa424fe6 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Fri, 17 Dec 2021 14:49:27 +0000 Subject: [PATCH] :arrow_up: Updating add-on ledfx to 349fe09 --- README.md | 6 +++--- ledfx/CHANGELOG.md | 4 +--- ledfx/DOCS.md | 8 ++++++++ ledfx/README.md | 4 ++-- ledfx/config.yaml | 3 ++- 5 files changed, 16 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4a325634c..c59b60fa1 100644 --- a/README.md +++ b/README.md @@ -1047,10 +1047,10 @@ SOFTWARE. [chrony-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [chrony-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [chrony-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-ledfx]: https://github.com/hassio-addons/addon-ledfx/tree/7d13080 -[addon-doc-ledfx]: https://github.com/hassio-addons/addon-ledfx/blob/7d13080/README.md +[addon-ledfx]: https://github.com/hassio-addons/addon-ledfx/tree/349fe09 +[addon-doc-ledfx]: https://github.com/hassio-addons/addon-ledfx/blob/349fe09/README.md [ledfx-issue]: https://github.com/hassio-addons/addon-ledfx/issues -[ledfx-version-shield]: https://img.shields.io/badge/version-7d13080-blue.svg +[ledfx-version-shield]: https://img.shields.io/badge/version-349fe09-blue.svg [ledfx-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [ledfx-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [ledfx-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/ledfx/CHANGELOG.md b/ledfx/CHANGELOG.md index 3185b01ec..12392bb96 100644 --- a/ledfx/CHANGELOG.md +++ b/ledfx/CHANGELOG.md @@ -1,3 +1 @@ -- Bump ledfx from 0.10.5 to 0.10.7 in /ledfx (#106) - -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +- 🔨 Add leave_front_door_open option (#110) diff --git a/ledfx/DOCS.md b/ledfx/DOCS.md index 90942b024..fb9c4f134 100644 --- a/ledfx/DOCS.md +++ b/ledfx/DOCS.md @@ -69,6 +69,14 @@ The private key file to use for SSL. **Note**: _The file MUST be stored in `/ssl/`, which is the default_ +### Option: `leave_front_door_open` + +Adding this option to the add-on configuration allows you to disable +authentication on the add-on by setting it to `true`. + +**Note**: _We STRONGLY suggest, not to use this, even if this add-on is +only exposed to your internal network. USE AT YOUR OWN RISK!_ + ## Known issues and limitations - Alsa errors may be logged on startup, these should not cause an issue. diff --git a/ledfx/README.md b/ledfx/README.md index 3a66e8131..1db2640dc 100644 --- a/ledfx/README.md +++ b/ledfx/README.md @@ -44,6 +44,6 @@ If you are more interested in stable releases of our add-ons: [forum]: https://community.home-assistant.io/?u=frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-7d13080-blue.svg -[release]: https://github.com/hassio-addons/addon-ledfx/tree/7d13080 +[release-shield]: https://img.shields.io/badge/version-349fe09-blue.svg +[release]: https://github.com/hassio-addons/addon-ledfx/tree/349fe09 [screenshot]: https://github.com/hassio-addons/addon-ledfx/raw/main/images/screenshot.png \ No newline at end of file diff --git a/ledfx/config.yaml b/ledfx/config.yaml index 072dcc707..e7b8e9a3c 100644 --- a/ledfx/config.yaml +++ b/ledfx/config.yaml @@ -24,9 +24,10 @@ ports_description: schema: certfile: str keyfile: str + leave_front_door_open: bool? log_level: list(trace|debug|info|notice|warning|error|fatal)? ssl: bool slug: ledfx url: https://github.com/hassio-addons/addon-ledfx -version: 7d13080 +version: 349fe09 webui: '[PROTO:ssl]://[HOST]:[PORT:80]'