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
conf | ||
scripts | ||
.gitignore | ||
check_process | ||
LICENSE | ||
manifest.json | ||
README.md | ||
README_fr.md |
Node-RED for YunoHost
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: 0.20.5
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
- Official documentation: https://nodered.org/docs/
YunoHost specific features
Multi-users support
Are LDAP and HTTP auth supported? No. Can the app be used by multiple users? No.
Supported architectures
Links
- Report a bug: https://github.com/YunoHost-Apps/nodered_ynh/issues
- 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. 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