[PR #5152] [MERGED] Refactor: IP-Tag #5341

Closed
opened 2026-02-26 14:33:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/5152
Author: @MickLesk
Created: 6/15/2025
Status: Merged
Merged: 6/16/2025
Merged by: @michelroegl-brunner

Base: mainHead: MickLesk-patch-4


📝 Commits (6)

  • 143b285 Refactor: IP-Tag
  • b9aad5d Delete misc/add-iptag.sh
  • bd6218a Rename add-lxc-iptag.sh to add-iptag.sh
  • bdbf024 Update and rename add-lxc-iptag.json to add-iptag.json
  • b1c6283 change to pve
  • 7f99b52 Update add-iptag.json

📊 Changes

4 files changed (+49 additions, -401 deletions)

View changed files

frontend/public/json/add-iptag.json (+49 -0)
frontend/public/json/add-lxc-iptag.json (+0 -44)
📝 tools/pve/add-iptag.sh (+0 -0)
tools/pve/add-lxc-iptag.sh (+0 -357)

📄 Description

✍️ Description

Migrated from VED
@DesertGamer involved

Link: #

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 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/5152 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 6/15/2025 **Status:** ✅ Merged **Merged:** 6/16/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `MickLesk-patch-4` --- ### 📝 Commits (6) - [`143b285`](https://github.com/community-scripts/ProxmoxVE/commit/143b285c215be6b5291a9830d740f8d734b29ff0) Refactor: IP-Tag - [`b9aad5d`](https://github.com/community-scripts/ProxmoxVE/commit/b9aad5d67d4dba9f029499f1d58102dcf46f973b) Delete misc/add-iptag.sh - [`bd6218a`](https://github.com/community-scripts/ProxmoxVE/commit/bd6218acf1316000af5dd4dd580e0c9427eef379) Rename add-lxc-iptag.sh to add-iptag.sh - [`bdbf024`](https://github.com/community-scripts/ProxmoxVE/commit/bdbf02404a27e10ff7ad977c21998a1c61b5af93) Update and rename add-lxc-iptag.json to add-iptag.json - [`b1c6283`](https://github.com/community-scripts/ProxmoxVE/commit/b1c6283b90f2fbd3419fe599f7e71af7ca3f05c5) change to pve - [`7f99b52`](https://github.com/community-scripts/ProxmoxVE/commit/7f99b523286e1ffe32f0073d4a4dea517ee6c977) Update add-iptag.json ### 📊 Changes **4 files changed** (+49 additions, -401 deletions) <details> <summary>View changed files</summary> ➕ `frontend/public/json/add-iptag.json` (+49 -0) ➖ `frontend/public/json/add-lxc-iptag.json` (+0 -44) 📝 `tools/pve/add-iptag.sh` (+0 -0) ➖ `tools/pve/add-lxc-iptag.sh` (+0 -357) </details> ### 📄 Description <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description Migrated from VED @DesertGamer involved ## 🔗 Related PR / Issue Link: # ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [x] **Tested thoroughly** – Changes work as expected. - [x] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [ ] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [ ] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [x] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 14:33:51 +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#5341
No description provided.