mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-04 11:11:25 +00:00
⬆️ Updating add-on ledfx to 349fe09
This commit is contained in:
parent
da3540cca1
commit
d486852f67
5 changed files with 16 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
|
@ -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]'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue