[PR #467] [MERGED] feat(ConfigurationModal): add Container ID (CTID) and DNS Search Domain to advanced install #463

Closed
opened 2026-02-26 12:41:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/467
Author: @michelroegl-brunner
Created: 1/29/2026
Status: Merged
Merged: 1/29/2026
Merged by: @michelroegl-brunner

Base: mainHead: fix/398


📝 Commits (2)

  • 38deb09 Add ctid option
  • 886c3e3 feat(ConfigurationModal): add Container ID (CTID) and DNS Search Domain to advanced install

📊 Changes

4 files changed (+93 additions, -30 deletions)

View changed files

📝 package-lock.json (+34 -26)
📝 scripts/ct/debian.sh (+2 -2)
📝 scripts/install/debian-install.sh (+1 -1)
📝 src/app/_components/ConfigurationModal.tsx (+56 -1)

📄 Description

Adds missing fields to the advanced install modal:

  • Container ID (CTID): Optional field at top of advanced form; when set (integer >= 100), uses that ID; empty = use next available ID.
  • DNS Search Domain: Optional field in Network section (next to DNS Nameserver); passed as var_searchdomain to the install script.

Both fields are optional; empty values are omitted so the script uses its defaults.


🔄 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-Local/pull/467 **Author:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Created:** 1/29/2026 **Status:** ✅ Merged **Merged:** 1/29/2026 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `fix/398` --- ### 📝 Commits (2) - [`38deb09`](https://github.com/community-scripts/ProxmoxVE-Local/commit/38deb09aa9010ca5a4383b81128986b62f805b1c) Add ctid option - [`886c3e3`](https://github.com/community-scripts/ProxmoxVE-Local/commit/886c3e37ffe48c552f3b0eba8d2cf26ea0fc7148) feat(ConfigurationModal): add Container ID (CTID) and DNS Search Domain to advanced install ### 📊 Changes **4 files changed** (+93 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+34 -26) 📝 `scripts/ct/debian.sh` (+2 -2) 📝 `scripts/install/debian-install.sh` (+1 -1) 📝 `src/app/_components/ConfigurationModal.tsx` (+56 -1) </details> ### 📄 Description Adds missing fields to the advanced install modal: - **Container ID (CTID)**: Optional field at top of advanced form; when set (integer >= 100), uses that ID; empty = use next available ID. - **DNS Search Domain**: Optional field in Network section (next to DNS Nameserver); passed as `var_searchdomain` to the install script. Both fields are optional; empty values are omitted so the script uses its defaults. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:41:27 +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-Local#463
No description provided.