[PR #10950] [MERGED] Refactor: Homepage #9002

Closed
opened 2026-02-05 08:50:05 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/10950
Author: @tremor021
Created: 1/19/2026
Status: Merged
Merged: 1/19/2026
Merged by: @michelroegl-brunner

Base: mainHead: homepageref


📝 Commits (3)

📊 Changes

3 files changed (+25 additions, -27 deletions)

View changed files

📝 ct/homepage.sh (+17 -16)
📝 frontend/public/json/homepage.json (+1 -1)
📝 install/homepage-install.sh (+7 -10)

📄 Description

✍️ Description

  • Bumped LXC base to Debian 13
  • Now uses helper function to install and update the application
  • Better update handling
  • Code cleanup

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.

🛠️ 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/10950 **Author:** [@tremor021](https://github.com/tremor021) **Created:** 1/19/2026 **Status:** ✅ Merged **Merged:** 1/19/2026 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `homepageref` --- ### 📝 Commits (3) - [`2d52fdf`](https://github.com/community-scripts/ProxmoxVE/commit/2d52fdff1876d53296dc68cc2aec0984b40866ae) Refactor - [`3d8a19e`](https://github.com/community-scripts/ProxmoxVE/commit/3d8a19efb49414d9b0ff4fa6b4ebb3e9324502b1) Update install/homepage-install.sh - [`5b311ef`](https://github.com/community-scripts/ProxmoxVE/commit/5b311ef2824dd8196408200dc758a4c83809210a) fix ### 📊 Changes **3 files changed** (+25 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `ct/homepage.sh` (+17 -16) 📝 `frontend/public/json/homepage.json` (+1 -1) 📝 `install/homepage-install.sh` (+7 -10) </details> ### 📄 Description <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description - Bumped LXC base to Debian 13 - Now uses helper function to install and update the application - Better update handling - Code cleanup ## 🔗 Related 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. --- ## 🛠️ 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. - [x] 🌍 **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>
OVERLORD added the pull-request label 2026-02-05 08:50:05 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#9002