[PR #5254] [MERGED] Refactor all VM's to same logic & functions #5414

Closed
opened 2026-02-26 14:34:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/5254
Author: @MickLesk
Created: 6/18/2025
Status: Merged
Merged: 6/18/2025
Merged by: @michelroegl-brunner

Base: mainHead: refactor_haos


📝 Commits (7)

📊 Changes

8 files changed (+990 additions, -410 deletions)

View changed files

📝 vm/archlinux-vm.sh (+5 -4)
📝 vm/docker-vm.sh (+4 -3)
📝 vm/haos-vm.sh (+140 -85)
📝 vm/mikrotik-routeros.sh (+366 -114)
📝 vm/nextcloud-vm.sh (+139 -67)
📝 vm/openwrt.sh (+33 -6)
📝 vm/owncloud-vm.sh (+157 -72)
📝 vm/pimox-haos-vm.sh (+146 -59)

📄 Description

✍️ Description

Refactor all VM's for same functions, colors, logics

Link: #

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/5254 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 6/18/2025 **Status:** ✅ Merged **Merged:** 6/18/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `refactor_haos` --- ### 📝 Commits (7) - [`aaae88e`](https://github.com/community-scripts/ProxmoxVE/commit/aaae88e09e9f399bf04dd684d28d2427b4137505) Update haos-vm.sh - [`1cba7b0`](https://github.com/community-scripts/ProxmoxVE/commit/1cba7b019315d5fcf86e96b8ef3a6c783854bded) Update archlinux-vm.sh - [`7aba4e2`](https://github.com/community-scripts/ProxmoxVE/commit/7aba4e2bf11b14b6563d9d0913253a64b81b52c5) push - [`a4093e6`](https://github.com/community-scripts/ProxmoxVE/commit/a4093e6374cd2c27f5ff827b9c5343069277b446) ref - [`9077c70`](https://github.com/community-scripts/ProxmoxVE/commit/9077c7083de925264146903afb5b1944e83a0e40) ref - [`09953e4`](https://github.com/community-scripts/ProxmoxVE/commit/09953e4feeb7d908b35e8c7b44238f89b113f41f) ref - [`74f8f44`](https://github.com/community-scripts/ProxmoxVE/commit/74f8f44c7b4bcffa98ac10b51191714d4be612ba) Update pimox-haos-vm.sh ### 📊 Changes **8 files changed** (+990 additions, -410 deletions) <details> <summary>View changed files</summary> 📝 `vm/archlinux-vm.sh` (+5 -4) 📝 `vm/docker-vm.sh` (+4 -3) 📝 `vm/haos-vm.sh` (+140 -85) 📝 `vm/mikrotik-routeros.sh` (+366 -114) 📝 `vm/nextcloud-vm.sh` (+139 -67) 📝 `vm/openwrt.sh` (+33 -6) 📝 `vm/owncloud-vm.sh` (+157 -72) 📝 `vm/pimox-haos-vm.sh` (+146 -59) </details> ### 📄 Description ## ✍️ Description Refactor all VM's for same functions, colors, logics ## 🔗 Related PR / Issue Link: # ## ✅ 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) - [ ] 🐞 **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. - [x] 🔧 **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 14:34:04 +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#5414
No description provided.