[PR #947] [MERGED] add: pve-datacenter-manager #2947

Closed
opened 2026-02-26 13:31:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/947
Author: @CrazyWolf13
Created: 12/20/2024
Status: Merged
Merged: 12/25/2024
Merged by: @MickLesk

Base: mainHead: add-pve-datacenter


📝 Commits (7)

📊 Changes

3 files changed (+129 additions, -0 deletions)

View changed files

ct/proxmox-datacenter-manager.sh (+46 -0)
install/proxmox-datacenter-manager-install.sh (+39 -0)
json/proxmox-datacenter-manager.json (+44 -0)

📄 Description

🛠️ Note:
We are meticulous about merging code into the main branch, so please understand that pull requests not meeting the project's standards may be rejected. It's never personal!
🎮 Note for game-related scripts: These have a lower likelihood of being merged.


✍️ Description

Provide a summary of the changes made and/or reference the issue being addressed.

Proxmox recently release a pre-alpha version of Proxmox Datacenter Manager:


🛠️ Type of Change

Please check the relevant options:

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts)

Prerequisites

The following steps must be completed for the pull request to be considered:

  • Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.)
  • Testing performed (I have thoroughly tested my changes and verified expected functionality.)
  • Documentation updated (I have updated any relevant documentation)

📋 Additional Information (optional)

Provide any extra context or screenshots about the feature or fix here.

This Script is based of Proxmox Backup Server, and based off the Contibution Guidelines in the draft PR.


🔄 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/947 **Author:** [@CrazyWolf13](https://github.com/CrazyWolf13) **Created:** 12/20/2024 **Status:** ✅ Merged **Merged:** 12/25/2024 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `add-pve-datacenter` --- ### 📝 Commits (7) - [`ff3ae54`](https://github.com/community-scripts/ProxmoxVE/commit/ff3ae5451d942cb796e6c140d57519c27658a089) add: pve-datacenter-manager - [`df07389`](https://github.com/community-scripts/ProxmoxVE/commit/df0738947cc8f2cfdfe4d8889755c9c5868da9cf) fix: scheming - [`d4a3a47`](https://github.com/community-scripts/ProxmoxVE/commit/d4a3a4794c6f2ac629d389abaf7acbcd9c161e26) add: warn pre-alpha-state - [`03d4db2`](https://github.com/community-scripts/ProxmoxVE/commit/03d4db26b6da4ee4ec9419458f2d5fc79a8cdf4c) fix: naming & pve gpg key - [`b8ee7ea`](https://github.com/community-scripts/ProxmoxVE/commit/b8ee7ea5ccf4215e2270198292f902bc01956f71) fix: naming - [`852d14e`](https://github.com/community-scripts/ProxmoxVE/commit/852d14e85969cac24294288a7b187bd661dfe066) fix: naming & correct install path - [`1b2a03e`](https://github.com/community-scripts/ProxmoxVE/commit/1b2a03ea0e2e15377de6d5212d169ea85ecdf991) Fix Tag ### 📊 Changes **3 files changed** (+129 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/proxmox-datacenter-manager.sh` (+46 -0) ➕ `install/proxmox-datacenter-manager-install.sh` (+39 -0) ➕ `json/proxmox-datacenter-manager.json` (+44 -0) </details> ### 📄 Description > **🛠️ Note:** > We are meticulous about merging code into the main branch, so please understand that pull requests not meeting the project's standards may be rejected. It's never personal! > 🎮 **Note for game-related scripts:** These have a lower likelihood of being merged. --- ## ✍️ Description Provide a summary of the changes made and/or reference the issue being addressed. Proxmox recently release a pre-alpha version of Proxmox Datacenter Manager: - https://www.proxmox.com/en/about/press-releases/proxmox-datacenter-manager-alpha - https://forum.proxmox.com/threads/proxmox-datacenter-manager-first-alpha-release.159323/ - https://pve.proxmox.com/wiki/Proxmox_Datacenter_Manager_Roadmap --- ## 🛠️ Type of Change Please check the relevant options: - [ ] Bug fix (non-breaking change that resolves an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change unexpectedly) - [x] New script (a fully functional and thoroughly tested script or set of scripts) --- ## ✅ Prerequisites The following steps must be completed for the pull request to be considered: - [x] Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.) - [x] Testing performed (I have thoroughly tested my changes and verified expected functionality.) - [x] Documentation updated (I have updated any relevant documentation) --- ## 📋 Additional Information (optional) Provide any extra context or screenshots about the feature or fix here. This Script is based of Proxmox Backup Server, and based off the Contibution Guidelines in the draft PR. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 13:31:54 +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#2947
No description provided.