1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodered_ynh.git synced 2024-09-03 19:46:25 +02:00
Flow-based programming for the Internet of Things, packaged for YunoHost
Find a file
2019-10-13 19:53:03 +02:00
conf [fix] Implement upgrade and fix node_js handling 2019-10-13 10:30:35 +00:00
scripts [enh] proper ownership 2019-10-13 19:53:03 +02:00
.gitignore Initial commit 2019-05-28 23:27:28 +01:00
check_process [fix] check_process will not check public mode 2019-10-13 18:52:52 +02:00
LICENSE Initial commit 2019-05-28 23:27:28 +01:00
manifest.json [upg] Upgrade to v1.0.1 2019-10-13 11:24:01 +02:00
README.md [enh] Better description 2019-10-13 18:49:40 +02:00
README_fr.md [enh] Better description 2019-10-13 18:49:40 +02:00

Node-RED for YunoHost

Integration level
Install nodered with YunoHost

Lire ce readme en français.

This package allow you to install Node-RED quickly and simply on a YunoHost server.
If you don't have YunoHost, please see here to know how to install and enjoy it.

Overview

Flow-based programming for the Internet of Things.

Shipped version: 1.0.1

Screenshots

Demo

Configuration

Start and stop the service via the admin panel or via SSH. Add plugins to Node-RED, like Home-Assistant, through its web interface (Palette menu).

Documentation

YunoHost specific features

Private app

Since Node-Red can handle sensitive automation, the app is always installed in private mode.

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
  • ARMv8-A - Build Status

Developers info

Only if you want to use a testing branch for coding, instead of merging directly into master. Please do your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/nodered_ynh/tree/testing --debug
or
sudo yunohost app upgrade nodered -u https://github.com/YunoHost-Apps/nodered_ynh/tree/testing --debug