[PR #6297] [MERGED] n8n: refactor environmentfile #6528

Closed
opened 2025-11-20 07:11:00 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: CrazyWolf13-patch-3


📝 Commits (5)

📊 Changes

3 files changed (+31 additions, -5 deletions)

View changed files

📝 ct/n8n.sh (+13 -1)
📝 frontend/public/json/n8n.json (+7 -2)
📝 install/n8n-install.sh (+11 -2)

📄 Description

✍️ Description

Refactor Enviromentfile

Link: #6265

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • 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/6297 **Author:** [@CrazyWolf13](https://github.com/CrazyWolf13) **Created:** 7/28/2025 **Status:** ✅ Merged **Merged:** 7/28/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `CrazyWolf13-patch-3` --- ### 📝 Commits (5) - [`0b12f92`](https://github.com/community-scripts/ProxmoxVE/commit/0b12f92ac4e594da45f9175de32fd37b4fd102fb) n8n: add config path - [`8ffb043`](https://github.com/community-scripts/ProxmoxVE/commit/8ffb043e9808c511385bb6f9934046f9ab252825) n8n: refactor servicefile to seperate env - [`ffe919f`](https://github.com/community-scripts/ProxmoxVE/commit/ffe919fd8418bb61e0a7292034474b1435e05a12) n8n: refactor envfile - [`9ce6f36`](https://github.com/community-scripts/ProxmoxVE/commit/9ce6f369442935513347e2d68c7dabdbaa285fbf) Update n8n.sh - [`f384aeb`](https://github.com/community-scripts/ProxmoxVE/commit/f384aeb77ecbaaf758a60cf53a7567940957423d) Update n8n.json ### 📊 Changes **3 files changed** (+31 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `ct/n8n.sh` (+13 -1) 📝 `frontend/public/json/n8n.json` (+7 -2) 📝 `install/n8n-install.sh` (+11 -2) </details> ### 📄 Description <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description Refactor Enviromentfile ## 🔗 Related PR / Issue Link: #6265 ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [ ] **Tested thoroughly** – Changes work as expected. - [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. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [x] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [x] 🔧 **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 07:11:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#6528