[PR #591] [MERGED] New script: Part-DB #2671

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/591
Author: @bvdberg01
Created: 11/30/2024
Status: Merged
Merged: 12/18/2024
Merged by: @MickLesk

Base: mainHead: main


📝 Commits (6)

📊 Changes

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

View changed files

ct/part-db.sh (+85 -0)
install/part-db-install.sh (+112 -0)
json/part-db.json (+39 -0)

📄 Description

Note

We are meticulous when it comes to merging code into the main branch, so please understand that we may reject pull requests that do not meet the project's standards. It's never personal. Also, game-related scripts have a lower chance of being merged.

Description

Adding script for Part-DB as requested in discussion https://github.com/community-scripts/ProxmoxVE/discussions/464.

I tested installation on my Proxmox installation. The update script is also tested by installing an older version from Part-DB on install (changing line 67 in install/part-db-install.sh to RELEASE="1.13.0") and then running the update script.

Type of change

Please check the relevant option(s):

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (a 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 efforts must be made for the PR to be considered. Please check when completed:

  • Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions)
  • Testing performed (I have tested my changes, ensuring everything works as expected)
  • Documentation updated (I have updated any relevant documentation)

Additional Information

Installed LXC:
lxc

Installed old version incl. added testdata:
before update1
before update

Installing update:
update

After update:
After update1
after update
Screenshot 2024-11-29 221717

https://github.com/community-scripts/ProxmoxVE/discussions/464


🔄 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/591 **Author:** [@bvdberg01](https://github.com/bvdberg01) **Created:** 11/30/2024 **Status:** ✅ Merged **Merged:** 12/18/2024 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (6) - [`e36b13f`](https://github.com/community-scripts/ProxmoxVE/commit/e36b13f15bf2209da2c5614b8e2a3cb81f48355d) New script: Part-DB LXC - [`326b63f`](https://github.com/community-scripts/ProxmoxVE/commit/326b63f1b0805279ca8ea8faaa5079a9a6f659a9) Improved based on PR feedback MickLesk - [`5549524`](https://github.com/community-scripts/ProxmoxVE/commit/55495243082dec6f463b181c5b3fb7b306346044) Migrate header & footer to latest version - [`b241852`](https://github.com/community-scripts/ProxmoxVE/commit/b24185207e6769abc664453fbbe9ec0a362251b9) formatting and remove old header - [`9701262`](https://github.com/community-scripts/ProxmoxVE/commit/970126213096ad03d5d02b662fd50018609e5dc5) formatting - [`2930f2d`](https://github.com/community-scripts/ProxmoxVE/commit/2930f2d3fccf571c4ef4dea2b883226e7cc008c8) fix json ### 📊 Changes **3 files changed** (+236 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/part-db.sh` (+85 -0) ➕ `install/part-db-install.sh` (+112 -0) ➕ `json/part-db.json` (+39 -0) </details> ### 📄 Description > [!NOTE] > We are meticulous when it comes to merging code into the main branch, so please understand that we may reject pull requests that do not meet the project's standards. It's never personal. Also, game-related scripts have a lower chance of being merged. ## Description Adding script for [Part-DB](https://github.com/Part-DB/Part-DB-server) as requested in discussion https://github.com/community-scripts/ProxmoxVE/discussions/464. I tested installation on my Proxmox installation. The update script is also tested by installing an older version from Part-DB on install (changing line 67 in install/part-db-install.sh to RELEASE="1.13.0") and then running the update script. ## Type of change Please check the relevant option(s): - [ ] Bug fix (non-breaking change that resolves an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (a 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 efforts must be made for the PR to be considered. Please check when completed: - [X] Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions) - [X] Testing performed (I have tested my changes, ensuring everything works as expected) - [X] Documentation updated (I have updated any relevant documentation) ## Additional Information **Installed LXC:** ![lxc](https://github.com/user-attachments/assets/ed441ec5-71ba-405d-8d9f-839dc6e78a73) **Installed old version incl. added testdata:** ![before update1](https://github.com/user-attachments/assets/793c8871-9095-43d7-b12c-3bb032cbd92c) ![before update](https://github.com/user-attachments/assets/ce0c77d5-bb4e-4198-9bf5-51f9a309ab26) **Installing update:** ![update](https://github.com/user-attachments/assets/abadeb2c-443c-4424-94ea-e49611efc5b8) **After update:** ![After update1](https://github.com/user-attachments/assets/1e3fec2f-26fd-4bf3-9c97-b52159ce2b69) ![after update](https://github.com/user-attachments/assets/bda0fa57-fc5f-436e-9471-60d2e67300ee) ![Screenshot 2024-11-29 221717](https://github.com/user-attachments/assets/b8c84fc0-9cfe-4495-8fad-6d575da7d176) ## Related Pull Requests / Discussions https://github.com/community-scripts/ProxmoxVE/discussions/464 --- <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 05:07:02 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#2671