[PR #469] [MERGED] (core): Major update to upstream core functions with validation, IPv6 support, and Debian 13 fixes #464

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

📋 Pull Request Information

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

Base: mainHead: update_january_core


📝 Commits (2)

  • 82be47b refactor(core): Major update to core functions with validation, IPv6 support, and Debian 13 fixes
  • 9998e48 fix(build.func): Fix typo - SD should use var_searchdomain not var_storage

📊 Changes

6 files changed (+1822 additions, -788 deletions)

View changed files

📝 scripts/core/alpine-install.func (+4 -10)
📝 scripts/core/alpine-tools.func (+149 -468)
📝 scripts/core/build.func (+963 -123)
📝 scripts/core/core.func (+157 -24)
📝 scripts/core/install.func (+10 -0)
📝 scripts/core/tools.func (+539 -163)

📄 Description

✍️ Description

  • alpine-tools.func: Complete rewrite with simplified structure and better error handling
  • build.func: Add comprehensive validation functions (Container-ID, hostname, MAC, VLAN, MTU, IPv6, bridge, gateway, timezone, tags), storage space validation, improved password handling
  • core.func: Add ensure_profile_loaded() and get_lxc_ip() functions, improved cleanup_lxc() with fallback error handling
  • install.func: Fix Debian 13 LXC template bug (root owned by nobody), integrate get_lxc_ip()
  • tools.func: Add IPv6 fallback support, improved NVIDIA GPU detection (including Open Kernel Module), Debian 13 Trixie support, new setup_meilisearch() function, completely reworked MariaDB setup with distribution package fallback

Fixes: #

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.

Screenshot for frontend Change


🛠️ 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.

🔄 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/469 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 1/29/2026 **Status:** ✅ Merged **Merged:** 1/29/2026 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `update_january_core` --- ### 📝 Commits (2) - [`82be47b`](https://github.com/community-scripts/ProxmoxVE-Local/commit/82be47b959f536c1bff37cd06e6ccb3f3f2e187a) refactor(core): Major update to core functions with validation, IPv6 support, and Debian 13 fixes - [`9998e48`](https://github.com/community-scripts/ProxmoxVE-Local/commit/9998e4862115d7eda10fd47c516a37e060830470) fix(build.func): Fix typo - SD should use var_searchdomain not var_storage ### 📊 Changes **6 files changed** (+1822 additions, -788 deletions) <details> <summary>View changed files</summary> 📝 `scripts/core/alpine-install.func` (+4 -10) 📝 `scripts/core/alpine-tools.func` (+149 -468) 📝 `scripts/core/build.func` (+963 -123) 📝 `scripts/core/core.func` (+157 -24) 📝 `scripts/core/install.func` (+10 -0) 📝 `scripts/core/tools.func` (+539 -163) </details> ### 📄 Description <!--🛑 All Pull Requests need to made against the development branch. PRs against main will get closed. --> ## ✍️ Description - alpine-tools.func: Complete rewrite with simplified structure and better error handling - build.func: Add comprehensive validation functions (Container-ID, hostname, MAC, VLAN, MTU, IPv6, bridge, gateway, timezone, tags), storage space validation, improved password handling - core.func: Add ensure_profile_loaded() and get_lxc_ip() functions, improved cleanup_lxc() with fallback error handling - install.func: Fix Debian 13 LXC template bug (root owned by nobody), integrate get_lxc_ip() - tools.func: Add IPv6 fallback support, improved NVIDIA GPU detection (including Open Kernel Module), Debian 13 Trixie support, new setup_meilisearch() function, completely reworked MariaDB setup with distribution package fallback ## 🔗 Related PR / Issue Fixes: # ## ✅ 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. ## Screenshot for frontend Change --- ## 🛠️ Type of Change (**X** in brackets) - [ ] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [x] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. --- <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:28 +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#464
No description provided.