[PR #8254] [MERGED] fix: adjust configarr to use binaries #7347

Closed
opened 2026-02-26 15:34:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/8254
Author: @BlackDark
Created: 10/10/2025
Status: Merged
Merged: 10/13/2025
Merged by: @MickLesk

Base: mainHead: main


📝 Commits (8)

  • a666136 fix: adjust configarr to use binaries
  • d297663 Update configarr.sh
  • 0e7c849 Update configarr-install.sh
  • 6408a7f Update configarr.json
  • 6266954 Update configarr-install.sh
  • 8aa05cc Update configarr.sh
  • 6b5016f Update service messages in configarr script
  • 544ed7a Update configarr.sh

📊 Changes

3 files changed (+25 additions, -33 deletions)

View changed files

📝 ct/configarr.sh (+11 -18)
📝 frontend/public/json/configarr.json (+1 -1)
📝 install/configarr-install.sh (+13 -14)

📄 Description

✍️ Description

  • Now uses prebuild binaries instead of building the app from source
  • Bumped base to Debian 13

Link: #

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/8254 **Author:** [@BlackDark](https://github.com/BlackDark) **Created:** 10/10/2025 **Status:** ✅ Merged **Merged:** 10/13/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (8) - [`a666136`](https://github.com/community-scripts/ProxmoxVE/commit/a666136164714795e9c489b38cf12833638b247a) fix: adjust configarr to use binaries - [`d297663`](https://github.com/community-scripts/ProxmoxVE/commit/d297663c2acf4ee49d5d2e0b2df7edf60ccb33ef) Update configarr.sh - [`0e7c849`](https://github.com/community-scripts/ProxmoxVE/commit/0e7c84974fd28ff4059dd7a0e1e15355e0b41dac) Update configarr-install.sh - [`6408a7f`](https://github.com/community-scripts/ProxmoxVE/commit/6408a7f8091d4111aa5f1ee419a54d0fcebc43c0) Update configarr.json - [`6266954`](https://github.com/community-scripts/ProxmoxVE/commit/62669545610307539ce35e5a7f8ef640ff5cd12e) Update configarr-install.sh - [`8aa05cc`](https://github.com/community-scripts/ProxmoxVE/commit/8aa05cc988205fb34e6541e88934ce7bee9cb520) Update configarr.sh - [`6b5016f`](https://github.com/community-scripts/ProxmoxVE/commit/6b5016f7630829a540d426cdd54bd8f6b9575c3a) Update service messages in configarr script - [`544ed7a`](https://github.com/community-scripts/ProxmoxVE/commit/544ed7a7fac95c2a57fbac84c87c09cadd422a76) Update configarr.sh ### 📊 Changes **3 files changed** (+25 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `ct/configarr.sh` (+11 -18) 📝 `frontend/public/json/configarr.json` (+1 -1) 📝 `install/configarr-install.sh` (+13 -14) </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 - Now uses prebuild binaries instead of building the app from source - Bumped base to Debian 13 ## 🔗 Related PR / Issue Link: # ## ✅ 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>
kerem 2026-02-26 15:34:47 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#7347
No description provided.