mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-24 20:25:50 +03:00
[PR #467] [MERGED] feat(ConfigurationModal): add Container ID (CTID) and DNS Search Domain to advanced install #463
Labels
No labels
bug
enhancement
enhancement
feature
in progress
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ProxmoxVE-Local#463
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:fix/398📝 Commits (2)
38deb09Add ctid option886c3e3feat(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:
var_searchdomainto 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.