Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vergissberlin/railwayapp-nodered
Node-RED for railway
https://github.com/vergissberlin/railwayapp-nodered
node-red railway railway-app
Last synced: 6 days ago
JSON representation
Node-RED for railway
- Host: GitHub
- URL: https://github.com/vergissberlin/railwayapp-nodered
- Owner: vergissberlin
- License: mit
- Created: 2023-05-15T22:26:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T20:10:12.000Z (11 months ago)
- Last Synced: 2024-10-10T19:41:16.948Z (27 days ago)
- Topics: node-red, railway, railway-app
- Language: JavaScript
- Homepage: https://railway.app/template/56bdr8?referralCode=2_sIT9
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node-RED
Deploy Node-RED on Railway with one click.
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/56bdr8?referralCode=2_sIT9)
## ✨ Features
* Node-RED accessible on HTTPS
* Password Authentication (Set username & password in environment variables)## 🚀 How to Deploy
1. Click Deploy on Railway and setup your credentials
```bash
NODE_RED_CREDENTIAL_SECRET=yoursecret
NODE_RED_USERNAME=yourusername
NODE_RED_PASSWORD=yourpassword
NODE_RED_EDITOR_URI="/" # optional
NODE_RED_DASHBOARD_URI="/ui" # optional
```2. Wait for Build & Deployment to Finish
3 Login with credentials## 🪲 Bug Reporting
If you find a bug in the template for railway, you can [submit an issue](https://github.com/vergissberlin/railwayapp-nodered/issues/new) to the GitHub Repository. Even better you can submit a Pull Request with a fix.