mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-25 04:35:50 +03:00
[PR #474] [MERGED] fix: allow domain names for APT Cacher in container creation UI #469
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#469
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/474
Author: @michelroegl-brunner
Created: 1/29/2026
Status: ✅ Merged
Merged: 1/29/2026
Merged by: @michelroegl-brunner
Base:
main← Head:fix/404📝 Commits (1)
9e6154bfix: allow domain names for APT Cacher in container creation UI📊 Changes
1 file changed (+15 additions, -4 deletions)
View changed files
📝
src/app/_components/ConfigurationModal.tsx(+15 -4)📄 Description
When creating a new container from the UI, the APT Cacher field required an IP address and showed "Invalid IPv4 address" for domain names (e.g.
apt-cacher.internal). The classic script flow already accepted hostnames.Changes:
validateHostnameandvalidateAptCacherAddress(accepts IPv4 or hostname)var_apt_cacher_ip; error message: "Invalid IPv4 address or hostname"Fixes #404
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.