[PR #10941] [MERGED] Refactor: copyparty #8992

Closed
opened 2026-02-05 08:49:48 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/10941
Author: @MickLesk
Created: 1/19/2026
Status: Merged
Merged: 1/19/2026
Merged by: @michelroegl-brunner

Base: mainHead: ref_copyparty


📝 Commits (1)

📊 Changes

2 files changed (+277 additions, -163 deletions)

View changed files

📝 frontend/public/json/copyparty.json (+5 -1)
📝 tools/addon/copyparty.sh (+272 -162)

📄 Description

✍️ Description

Refactored copyparty for improved structure, modularity, and error handling. Added update and uninstall functions, enhanced configuration prompts, and improved OS/service detection. Updated copyparty json to set interface_port to 3923 and added update instructions to the info section.

Fixes #

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/10941 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 1/19/2026 **Status:** ✅ Merged **Merged:** 1/19/2026 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `ref_copyparty` --- ### 📝 Commits (1) - [`2f8eded`](https://github.com/community-scripts/ProxmoxVE/commit/2f8ededa0c1ed736c1049e21e3721df966b9b2ee) Refactor: copyparty ### 📊 Changes **2 files changed** (+277 additions, -163 deletions) <details> <summary>View changed files</summary> 📝 `frontend/public/json/copyparty.json` (+5 -1) 📝 `tools/addon/copyparty.sh` (+272 -162) </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 Refactored copyparty for improved structure, modularity, and error handling. Added update and uninstall functions, enhanced configuration prompts, and improved OS/service detection. Updated copyparty json to set interface_port to 3923 and added update instructions to the info section. ## 🔗 Related Issue Fixes # ## ✅ Prerequisites (**X** in brackets) - [x] **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. - [ ] ✨ **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>
OVERLORD added the pull-request label 2026-02-05 08:49:48 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#8992