[PR #1201] [MERGED] New script: GLPI #2881

Closed
opened 2025-11-20 05:32:20 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1201
Author: @opastorello
Created: 1/3/2025
Status: Merged
Merged: 1/6/2025
Merged by: @MickLesk

Base: mainHead: main


📝 Commits (10+)

📊 Changes

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

View changed files

ct/glpi.sh (+52 -0)
install/glpi-install.sh (+151 -0)
json/glpi.json (+34 -0)

📄 Description

✍️ Description

Add scripts for GLPI, GLPI is a Free Asset and IT Management Software package, Data center management, ITIL Service Desk, licenses tracking and software auditing.


🛠️ 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)

🔄 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/1201 **Author:** [@opastorello](https://github.com/opastorello) **Created:** 1/3/2025 **Status:** ✅ Merged **Merged:** 1/6/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`66c0d19`](https://github.com/community-scripts/ProxmoxVE/commit/66c0d1941c5ebed700a8dc268a71205dcd36bc70) Create glpi.json - [`0fd68fd`](https://github.com/community-scripts/ProxmoxVE/commit/0fd68fd24c3ac3f9de4b7ce6294d417779e829e8) Create glpi.sh - [`0cf6395`](https://github.com/community-scripts/ProxmoxVE/commit/0cf63950dcf89734dbb40394d98ca54812528d40) Create glpi-install.sh - [`0348074`](https://github.com/community-scripts/ProxmoxVE/commit/0348074c4cdd48e54e704165907ed634ffff9556) Update glpi.sh - [`396fbf7`](https://github.com/community-scripts/ProxmoxVE/commit/396fbf7eaba9650b9052154eb88f2846e6ddc246) Update glpi.sh - [`be97656`](https://github.com/community-scripts/ProxmoxVE/commit/be9765645acd38cde1bb79d641c93b057a770e47) Update glpi.sh - [`0831f8a`](https://github.com/community-scripts/ProxmoxVE/commit/0831f8a21aae608a16fc6f8cf5e2ab19abfd239d) Update glpi-install.sh - [`5a058a6`](https://github.com/community-scripts/ProxmoxVE/commit/5a058a671bc4272d0ec2aacda31e0546a05a5a92) Update glpi-install.sh - [`8cb15d7`](https://github.com/community-scripts/ProxmoxVE/commit/8cb15d716fd5dc46924a20b99999f47cc79b432a) Update glpi.json - [`bf89286`](https://github.com/community-scripts/ProxmoxVE/commit/bf892863830eb1c22a537eb334d63beca1c5fc70) Update glpi.json ### 📊 Changes **3 files changed** (+237 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/glpi.sh` (+52 -0) ➕ `install/glpi-install.sh` (+151 -0) ➕ `json/glpi.json` (+34 -0) </details> ### 📄 Description ## ✍️ Description Add scripts for GLPI, GLPI is a Free Asset and IT Management Software package, Data center management, ITIL Service Desk, licenses tracking and software auditing. --- ## 🛠️ 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) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 05:32:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2881