[PR #1503] [MERGED] New script: phpIPAM #3206

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1503
Author: @bvdberg01
Created: 1/15/2025
Status: Merged
Merged: 1/16/2025
Merged by: @MickLesk

Base: mainHead: main


📝 Commits (4)

📊 Changes

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

View changed files

ct/phpipam.sh (+72 -0)
install/phpipam-install.sh (+84 -0)
json/phpipam.json (+34 -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

Adding script for phpIPAM as requested in discussion https://github.com/community-scripts/ProxmoxVE/discussions/594.

I tested the script on my Proxmox installation. The update script is also tested by installing an older version of phpIPAM and then running the update script.



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

Installed LXC:
2

Installed old version:
1

Installing update:
3

After update:
4

5


🔄 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/1503 **Author:** [@bvdberg01](https://github.com/bvdberg01) **Created:** 1/15/2025 **Status:** ✅ Merged **Merged:** 1/16/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`0b2bc03`](https://github.com/community-scripts/ProxmoxVE/commit/0b2bc039b5400b2834d5cc8b8fcf537711dba723) Added phpipam - [`7b5950a`](https://github.com/community-scripts/ProxmoxVE/commit/7b5950a08f0b215884751e52cf51e0728e6f9292) PR feedback - [`f5a8a33`](https://github.com/community-scripts/ProxmoxVE/commit/f5a8a33863e5dd57587ba57dcf8c41470e06d5b7) fix json - [`7ef3625`](https://github.com/community-scripts/ProxmoxVE/commit/7ef3625642494a0a5f167272e3c842e8a909163b) Fix php version ### 📊 Changes **3 files changed** (+190 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/phpipam.sh` (+72 -0) ➕ `install/phpipam-install.sh` (+84 -0) ➕ `json/phpipam.json` (+34 -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 Adding script for [phpIPAM](https://phpipam.net/) as requested in discussion https://github.com/community-scripts/ProxmoxVE/discussions/594. I tested the script on my Proxmox installation. The update script is also tested by installing an older version of phpIPAM and then running the update script. - - - - Related Discussion: https://github.com/community-scripts/ProxmoxVE/discussions/594 --- ## 🛠️ 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 **Installed LXC:** ![2](https://github.com/user-attachments/assets/553e1cf5-2a57-4f42-aa4e-4e3cc4ede3cc) **Installed old version:** ![1](https://github.com/user-attachments/assets/6b5c0f03-7903-4854-b377-be571daeaf34) **Installing update:** ![3](https://github.com/user-attachments/assets/a8c3204c-32c7-4ea6-a7a4-b1ae3788e3da) **After update:** ![4](https://github.com/user-attachments/assets/2ce00878-0d39-43d0-ba55-833d9e43da17) ![5](https://github.com/user-attachments/assets/71802c0f-e682-4263-807b-533dc04ad49c) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 13:32:46 +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#3206
No description provided.