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 224bdf2
This commit is contained in:
parent
3760b62bde
commit
6eefa6ee8e
4 changed files with 13 additions and 13 deletions
|
@ -498,10 +498,10 @@ SOFTWARE.
|
|||
[jupyter-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[jupyter-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[jupyter-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/cfde48d
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/cfde48d/README.md
|
||||
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/224bdf2
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/224bdf2/README.md
|
||||
[node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues
|
||||
[node-red-version-shield]: https://img.shields.io/badge/version-cfde48d-blue.svg
|
||||
[node-red-version-shield]: https://img.shields.io/badge/version-224bdf2-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,3 +1,3 @@
|
|||
2018/06/01 22:48 UTC - [cfde48d](https://github.com/hassio-addons/addon-node-red/commit/cfde48d70c4058351c64210f3a71f0465410c072) by [@frenck](https://github.com/frenck)
|
||||
> :sparkles: Adds Web UI Button
|
||||
2018/06/02 06:47 UTC - [224bdf2](https://github.com/hassio-addons/addon-node-red/commit/224bdf2bc043a8920d9b61896fa615faf892826e) by [@frenck](https://github.com/frenck)
|
||||
> :books: Updates README
|
||||
|
||||
|
|
|
@ -44,8 +44,8 @@ If you are more interested in stable releases of our add-ons:
|
|||
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
|
||||
[discord]: https://discord.gg/c5DvZ4e
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-cfde48d-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/cfde48d
|
||||
[docs]: https://github.com/hassio-addons/addon-node-red/blob/cfde48d/README.md
|
||||
[release-shield]: https://img.shields.io/badge/version-224bdf2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/224bdf2
|
||||
[docs]: https://github.com/hassio-addons/addon-node-red/blob/224bdf2/README.md
|
||||
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
|
||||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Node-RED",
|
||||
"version": "cfde48d",
|
||||
"version": "224bdf2",
|
||||
"slug": "nodered",
|
||||
"description": "Flow-based programming for the Internet of Things",
|
||||
"url": "https://community.home-assistant.io/?u=frenck",
|
||||
|
@ -32,12 +32,12 @@
|
|||
}
|
||||
],
|
||||
"http_node": {
|
||||
"username": "MarryPoppins",
|
||||
"password": "Supercalifragilisticexpialidocious"
|
||||
"username": "",
|
||||
"password": ""
|
||||
},
|
||||
"http_static": {
|
||||
"username": "MarryPoppins",
|
||||
"password": "Supercalifragilisticexpialidocious"
|
||||
"username": "",
|
||||
"password": ""
|
||||
},
|
||||
"port": 1880,
|
||||
"ssl": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue