1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodered_ynh.git synced 2024-09-03 19:46:25 +02:00
nodered_ynh/README.md

70 lines
2.4 KiB
Markdown
Raw Normal View History

2019-05-29 00:20:58 +02:00
# Node-RED for YunoHost
[![Integration level](https://dash.yunohost.org/integration\nodered.svg)](https://dash.yunohost.org/appci/app/nodered)
[![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.
2019-10-13 11:07:02 +02:00
**Shipped version:** 1.0.1
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
* Official documentation: https://nodered.org/docs/
## 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
Are LDAP and HTTP auth supported? No.
Can the app be used by multiple users? No.
#### Supported architectures
* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/nodered%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/nodered/)
* 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/
---
Developers info
----------------
**Only if you want to use a testing branch for coding, instead of merging directly into master.**
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
```