[PR #652] [CLOSED] New Script: Maintainerr #2698

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/652
Author: @caroipdev
Created: 12/3/2024
Status: Closed

Base: mainHead: maintainerr


📝 Commits (4)

📊 Changes

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

View changed files

ct/maintainerr.sh (+177 -0)
install/maintainerr-install.sh (+156 -0)
json/maintainerr.json (+32 -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

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

Fixes #97

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 (optional)

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

If there are other pull requests or discussions related to this change, please link them here:

  • Related 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/652 **Author:** [@caroipdev](https://github.com/caroipdev) **Created:** 12/3/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `maintainerr` --- ### 📝 Commits (4) - [`29e4b13`](https://github.com/community-scripts/ProxmoxVE/commit/29e4b1344cc196d323de558b4a0110d9e620f6c0) New Script: Maintainerr - [`9f179c6`](https://github.com/community-scripts/ProxmoxVE/commit/9f179c60a3ebf7e581ff0297e665fb22c20c8485) fix install - [`5a62220`](https://github.com/community-scripts/ProxmoxVE/commit/5a62220cd067098ef9832524334059071eb68f43) added updater - [`d86d366`](https://github.com/community-scripts/ProxmoxVE/commit/d86d366adbf292042029b1b83e7713dbce8c1488) remove db migration ### 📊 Changes **3 files changed** (+365 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/maintainerr.sh` (+177 -0) ➕ `install/maintainerr-install.sh` (+156 -0) ➕ `json/maintainerr.json` (+32 -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 Provide a summary of the changes made and/or reference the issue being addressed. Fixes #97 ## 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: - [ ] 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 (optional) Provide any additional context or screenshots about the feature or fix here. ## Related Pull Requests / Discussions If there are other pull requests or discussions related to this change, please link them here: - Related PR # --- <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:08:26 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#2698