[PR #3457] [MERGED] Alpine Node-RED #4323

Closed
opened 2025-11-20 06:09:27 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/3457
Author: @MickLesk
Created: 3/28/2025
Status: Merged
Merged: 3/28/2025
Merged by: @MickLesk

Base: mainHead: alpine_node-red


📝 Commits (2)

📊 Changes

3 files changed (+119 additions, -2 deletions)

View changed files

ct/alpine-node-red.sh (+50 -0)
📝 frontend/public/json/node-red.json (+13 -2)
install/alpine-node-red-install.sh (+56 -0)

📄 Description

✍️ Description

Add Node-RED Version in Alpine

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No breaking changes – Existing functionality remains intact.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/3457 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 3/28/2025 **Status:** ✅ Merged **Merged:** 3/28/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `alpine_node-red` --- ### 📝 Commits (2) - [`bd88140`](https://github.com/community-scripts/ProxmoxVE/commit/bd88140ab15fb53bead401016b9e10bbe7832d4c) Alpine Node-RED - [`ea162ee`](https://github.com/community-scripts/ProxmoxVE/commit/ea162eecd33c40d90861134a49f960df07cfd5ca) Update alpine-node-red-install.sh ### 📊 Changes **3 files changed** (+119 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `ct/alpine-node-red.sh` (+50 -0) 📝 `frontend/public/json/node-red.json` (+13 -2) ➕ `install/alpine-node-red-install.sh` (+56 -0) </details> ### 📄 Description ## ✍️ Description Add Node-RED Version in Alpine ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [x] **Tested thoroughly** – Changes work as expected. - [x] **No breaking changes** – Existing functionality remains intact. - [x] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [ ] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [ ] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [x] 🆕 **New script** – A fully functional and tested script or script set. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [ ] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 06:09:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#4323