[PR #6282] [CLOSED] Remove commercial modules & add verbose install #6514

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/6282
Author: @vsc55
Created: 7/27/2025
Status: Closed

Base: mainHead: freepbx-opensourceonly


📝 Commits (1)

  • fadc86d Remove commercial modules & add verbose install

📊 Changes

3 files changed (+198 additions, -13 deletions)

View changed files

📝 ct/freepbx.sh (+65 -3)
📝 frontend/public/json/freepbx.json (+1 -1)
📝 install/freepbx-install.sh (+132 -9)

📄 Description

✍️ Description

  • Added option to remove commercial modules
  • Added option to update system and modules
  • Added verbose mode for better debugging or to see what's going on behind the scenes

Link: https://github.com/community-scripts/ProxmoxVE/issues/6181

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/6282 **Author:** [@vsc55](https://github.com/vsc55) **Created:** 7/27/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `freepbx-opensourceonly` --- ### 📝 Commits (1) - [`fadc86d`](https://github.com/community-scripts/ProxmoxVE/commit/fadc86d6ffab2f21f397996d0e37b00ef5530b0e) Remove commercial modules & add verbose install ### 📊 Changes **3 files changed** (+198 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `ct/freepbx.sh` (+65 -3) 📝 `frontend/public/json/freepbx.json` (+1 -1) 📝 `install/freepbx-install.sh` (+132 -9) </details> ### 📄 Description ## ✍️ Description - Added option to remove commercial modules - Added option to update system and modules - Added verbose mode for better debugging or to see what's going on behind the scenes ## 🔗 Related PR / Issue Link: https://github.com/community-scripts/ProxmoxVE/issues/6181 ## ✅ Prerequisites (**X** in brackets) - [ ] **Self-review completed** – Code follows project standards. - [X] **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. - [X] ✨ **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. - [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:10:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#6514