mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 19:51:22 +00:00
⬆️ Updating add-on Node-RED to 0ce42c8
This commit is contained in:
parent
29bc7de851
commit
d2769a4480
5 changed files with 11 additions and 15 deletions
|
@ -867,10 +867,10 @@ SOFTWARE.
|
|||
[nginxproxymanager-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[nginxproxymanager-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[nginxproxymanager-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/5830de3
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/5830de3/README.md
|
||||
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/0ce42c8
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/0ce42c8/README.md
|
||||
[node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues
|
||||
[node-red-version-shield]: https://img.shields.io/badge/version-5830de3-blue.svg
|
||||
[node-red-version-shield]: https://img.shields.io/badge/version-0ce42c8-blue.svg
|
||||
[node-red-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[node-red-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[node-red-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
# Changelog since v9.2.1
|
||||
- Revert "🔑 Use bearer authorization headers for HA auth" (#1094)
|
||||
|
||||
This reverts commit fa6d1c4cbf09262ba8e5bfad3d074f336b97373d.
|
||||
- ✏ Small documentation cleanups and tweaks (#1093)
|
||||
- ✏️ Update documentation to match latest changes (#1092)
|
||||
- 🏎 Enable streaming mode for Ingress (#1091)
|
||||
- 🔥 Clean up HIBP logic, as it is now handled by the Supervisor (#1090)
|
||||
- 🔥 Clean up really old migration logic (#1089)
|
||||
|
|
|
@ -168,14 +168,6 @@ Customize your Node-RED environment even more with the `init_commands` option.
|
|||
Add one or more shell commands to the list, and they will be executed every
|
||||
single time this add-on starts.
|
||||
|
||||
### Option: `i_like_to_be_pwned`
|
||||
|
||||
Adding this option to the add-on configuration allows to you bypass the
|
||||
HaveIBeenPwned password requirement by setting it to `true`.
|
||||
|
||||
**Note**: _We STRONGLY suggest picking a stronger/safer password instead of
|
||||
using this option! USE AT YOUR OWN RISK!_
|
||||
|
||||
### Option: `leave_front_door_open`
|
||||
|
||||
Adding this option to the add-on configuration allows you to disable
|
||||
|
@ -294,7 +286,6 @@ SOFTWARE.
|
|||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-node-red/55023?u=frenck
|
||||
[frenck]: https://github.com/frenck
|
||||
[issue]: https://github.com/hassio-addons/addon-node-red/issues
|
||||
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
|
||||
[node-red-nodes]: https://flows.nodered.org/?type=node&num_pages=1
|
||||
[npm-packages]: https://www.npmjs.com
|
||||
[reddit]: https://reddit.com/r/homeassistant
|
||||
|
|
|
@ -50,6 +50,6 @@ If you are more interested in stable releases of our add-ons:
|
|||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||
[patreon]: https://www.patreon.com/frenck
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-5830de3-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/5830de3
|
||||
[release-shield]: https://img.shields.io/badge/version-0ce42c8-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/0ce42c8
|
||||
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/main/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Node-RED",
|
||||
"version": "5830de3",
|
||||
"version": "0ce42c8",
|
||||
"slug": "nodered",
|
||||
"description": "Flow-based programming for the Internet of Things",
|
||||
"url": "https://github.com/hassio-addons/addon-node-red",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue