mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 11:31:28 +00:00
🎉 Release of add-on Node-RED 3.0.0
This commit is contained in:
parent
183a36edfd
commit
6fb2acbd42
4 changed files with 31 additions and 14 deletions
|
@ -835,10 +835,10 @@ SOFTWARE.
|
|||
[matrix-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[matrix-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[matrix-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v2.0.2
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v2.0.2/README.md
|
||||
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v3.0.0
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v3.0.0/README.md
|
||||
[node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues
|
||||
[node-red-version-shield]: https://img.shields.io/badge/version-v2.0.2-blue.svg
|
||||
[node-red-version-shield]: https://img.shields.io/badge/version-v3.0.0-blue.svg
|
||||
[node-red-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/node-red-armhf.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
|
||||
|
|
|
@ -1,12 +1,22 @@
|
|||
[Full Changelog][changelog]
|
||||
|
||||
This release adds Hass.io Ingress support to the add-on :tada:
|
||||
|
||||
### Changed
|
||||
|
||||
- :arrow_up: Updates node-red to v0.20.3 (#172)
|
||||
- :arrow_up: Updates js-yaml to v3.13.0 (#173)
|
||||
- :arrow_up: Upgrades add-on base image to 3.0.1
|
||||
- :arrow_up: Updates node-red-contrib-home-assistant-websocket to v0.10.2 (#183)
|
||||
- :arrow_up: Updates js-yaml to v3.13.1 (#182)
|
||||
- :arrow_up: Updates node-red to v0.20.5 (#181)
|
||||
- :arrow_up: Upgrades base image to v3.1.0
|
||||
- :arrow_up: Upgrades gcc to 8.3.0-r0
|
||||
- :sparkles: Adds Hassio Ingress support
|
||||
- :hammer: Simplifies add-on code logic
|
||||
- :books: Updates README for Hassio Ingress
|
||||
- :books: Updates README installation instructions
|
||||
- :books: Removed obsolete embedding and FAQ sections from README
|
||||
- :arrow_up: Updates node-red-node-serialport to v0.8.1 (#185)
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v2.0.1...v2.0.2
|
||||
[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v2.0.2...v3.0.0
|
||||
|
||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
||||
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
|
||||
|
|
|
@ -43,13 +43,13 @@ If you are more interested in stable releases of our add-ons:
|
|||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-node-red/blob/v2.0.2/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-node-red/blob/v3.0.0/README.md
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-node-red/55023?u=frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
|
||||
[patreon-shield]: https://www.frenck.nl/images/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-v2.0.2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/v2.0.2
|
||||
[release-shield]: https://img.shields.io/badge/version-v3.0.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/v3.0.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/master/images/screenshot.png
|
|
@ -1,11 +1,14 @@
|
|||
{
|
||||
"name": "Node-RED",
|
||||
"version": "2.0.2",
|
||||
"version": "3.0.0",
|
||||
"slug": "nodered",
|
||||
"description": "Flow-based programming for the Internet of Things",
|
||||
"url": "https://github.com/hassio-addons/addon-node-red",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:1880]",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
|
||||
"ingress": true,
|
||||
"ingress_port": 0,
|
||||
"startup": "application",
|
||||
"homeassistant": "0.91.3",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
|
@ -13,6 +16,12 @@
|
|||
"armv7",
|
||||
"i386"
|
||||
],
|
||||
"ports": {
|
||||
"80/tcp": null
|
||||
},
|
||||
"ports_description": {
|
||||
"80/tcp": "Web interface (Not required for Hass.io Ingress)"
|
||||
},
|
||||
"boot": "auto",
|
||||
"hassio_api": true,
|
||||
"hassio_role": "manager",
|
||||
|
@ -44,7 +53,6 @@
|
|||
"username": "",
|
||||
"password": ""
|
||||
},
|
||||
"port": 1880,
|
||||
"ssl": true,
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem",
|
||||
|
@ -65,7 +73,6 @@
|
|||
"username": "str",
|
||||
"password": "str"
|
||||
},
|
||||
"port": "port",
|
||||
"ssl": "bool",
|
||||
"certfile": "str",
|
||||
"keyfile": "str",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue