[PR #7362] [CLOSED] Enhanced IP-Tag installation script with interactive configuration setup and improved user experience: #6778

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/7362
Author: @DesertGamer
Created: 9/2/2025
Status: Closed

Base: mainHead: patch-3


📝 Commits (3)

  • 04b5cc5 Update add-iptag.sh
  • 5f243f0 Enhanced IP-Tag installation script with interactive configuration setup and improved user experience
  • 1bff630 A small adjustment of the visual, the final version

📊 Changes

1 file changed (+378 additions, -656 deletions)

View changed files

📝 tools/pve/add-iptag.sh (+378 -656)

📄 Description

✍️ Description

Enhanced IP-Tag installation script with interactive configuration setup and improved user experience:

  • Interactive Configuration: Added setup wizard for TAG_FORMAT (last_two_octets/last_octet/full) and LOOP_INTERVAL (30-7200 seconds) during installation/update
  • Unified Installation Menu: Replaced conditional service detection with unified menu offering install-with-service, install-command-only, and update options
  • Post-Installation Guidance: Added comprehensive information display about configuration file location (/opt/iptag/iptag.conf) and required CIDR_LIST setup
  • Simplified Update Process: Removed complex service detection logic and provided direct update option in main menu
  • User-Friendly Messaging: Added informative notes during config replacement process

These changes address user feedback about complex installation requirements and provide clearer guidance for network subnet configuration.

Link: #6784

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/7362 **Author:** [@DesertGamer](https://github.com/DesertGamer) **Created:** 9/2/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `patch-3` --- ### 📝 Commits (3) - [`04b5cc5`](https://github.com/community-scripts/ProxmoxVE/commit/04b5cc5580437ea88eb4e39320d23509e256da40) Update add-iptag.sh - [`5f243f0`](https://github.com/community-scripts/ProxmoxVE/commit/5f243f082b9150d19c6b3340425343f9c1659b44) Enhanced IP-Tag installation script with interactive configuration setup and improved user experience - [`1bff630`](https://github.com/community-scripts/ProxmoxVE/commit/1bff630b0bd9310bf3ffc11f41f6dd48ac8b4773) A small adjustment of the visual, the final version ### 📊 Changes **1 file changed** (+378 additions, -656 deletions) <details> <summary>View changed files</summary> 📝 `tools/pve/add-iptag.sh` (+378 -656) </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 Enhanced IP-Tag installation script with interactive configuration setup and improved user experience: - **Interactive Configuration**: Added setup wizard for `TAG_FORMAT` (last_two_octets/last_octet/full) and `LOOP_INTERVAL` (30-7200 seconds) during installation/update - **Unified Installation Menu**: Replaced conditional service detection with unified menu offering install-with-service, install-command-only, and update options - **Post-Installation Guidance**: Added comprehensive information display about configuration file location (`/opt/iptag/iptag.conf`) and required CIDR_LIST setup - **Simplified Update Process**: Removed complex service detection logic and provided direct update option in main menu - **User-Friendly Messaging**: Added informative notes during config replacement process These changes address user feedback about complex installation requirements and provide clearer guidance for network subnet configuration. ## 🔗 Related PR / Issue Link: [#6784](https://github.com/community-scripts/ProxmoxVE/issues/6784) ## ✅ 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) - [X] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [ ] ✨ **New feature** – Adds new, non-breaking functionality. - [X] 💥 **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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 15:33:01 +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#6778
No description provided.