2019-05-29 00:20:58 +02:00
|
|
|
# Node-RED for YunoHost
|
|
|
|
|
2020-08-29 14:40:15 +02:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration\nodered.svg)](https://dash.yunohost.org/appci/app/nodered) ![](https://ci-apps.yunohost.org/ci/badges/nodered.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/nodered.maintain.svg)
|
2019-05-29 00:20:58 +02:00
|
|
|
[![Install nodered with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=nodered)
|
|
|
|
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
|
|
|
|
> *This package allow you to install Node-RED quickly and simply on a YunoHost server.
|
|
|
|
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
|
|
|
|
|
|
|
|
## Overview
|
|
|
|
Flow-based programming for the Internet of Things.
|
|
|
|
|
2020-08-29 14:40:15 +02:00
|
|
|
**Shipped version:** 1.1.3
|
2019-05-29 00:20:58 +02:00
|
|
|
|
|
|
|
## Screenshots
|
|
|
|
|
|
|
|
![](https://camo.githubusercontent.com/01ed64b01d73046a485ea82b645a3be529c64809/687474703a2f2f6e6f64657265642e6f72672f696d616765732f6e6f64652d7265642d73637265656e73686f742e706e67)
|
|
|
|
|
|
|
|
## Demo
|
|
|
|
|
|
|
|
* [Official video](https://youtu.be/vYreeoCoQPI)
|
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
|
|
|
Start and stop the service via the admin panel or via SSH.
|
|
|
|
Add plugins to Node-RED, like [Home-Assistant](https://github.com/YunoHost-Apps/homeassistant_ynh), through its web interface (Palette menu).
|
|
|
|
|
|
|
|
## Documentation
|
|
|
|
|
2020-08-29 22:41:57 +02:00
|
|
|
* Official documentation: https://nodered.org/docs/
|
2019-05-29 00:20:58 +02:00
|
|
|
|
|
|
|
## YunoHost specific features
|
|
|
|
|
2019-10-13 18:49:40 +02:00
|
|
|
#### Private app
|
|
|
|
|
|
|
|
Since Node-Red can handle sensitive automation, the app is always installed in private mode.
|
|
|
|
|
2019-05-29 00:20:58 +02:00
|
|
|
#### Multi-users support
|
|
|
|
|
2020-08-29 22:41:57 +02:00
|
|
|
* Are LDAP and HTTP auth supported? **No**
|
|
|
|
* Can the app be used by multiple users? **No**
|
2019-05-29 00:20:58 +02:00
|
|
|
|
|
|
|
#### Supported architectures
|
|
|
|
|
2020-08-29 15:56:43 +02:00
|
|
|
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/nodered%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/nodered/)
|
2019-05-29 00:20:58 +02:00
|
|
|
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/nodered%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/nodered/)
|
|
|
|
|
|
|
|
## Links
|
|
|
|
|
2019-05-29 00:37:43 +02:00
|
|
|
* Report a bug: https://github.com/YunoHost-Apps/nodered_ynh/issues
|
2019-05-29 00:20:58 +02:00
|
|
|
* App website: https://nodered.org/
|
|
|
|
* Upstream app repository: https://github.com/node-red/node-red
|
|
|
|
* YunoHost website: https://yunohost.org/
|
|
|
|
|
|
|
|
---
|
|
|
|
|
2020-08-29 14:40:15 +02:00
|
|
|
## Developers info
|
2019-05-29 00:20:58 +02:00
|
|
|
|
2019-05-29 00:37:43 +02:00
|
|
|
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/nodered_ynh/tree/testing).
|
2019-05-29 00:20:58 +02:00
|
|
|
|
|
|
|
To try the testing branch, please proceed like that.
|
|
|
|
```
|
2019-05-29 00:37:43 +02:00
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/nodered_ynh/tree/testing --debug
|
2019-05-29 00:20:58 +02:00
|
|
|
or
|
2019-05-29 00:37:43 +02:00
|
|
|
sudo yunohost app upgrade nodered -u https://github.com/YunoHost-Apps/nodered_ynh/tree/testing --debug
|
2019-05-29 00:20:58 +02:00
|
|
|
```
|