[PR #9746] [CLOSED] Garage: Add Garage-WebUI #8240

Closed
opened 2026-02-26 16:32:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/9746
Author: @tremor021
Created: 12/7/2025
Status: Closed

Base: mainHead: garagewui


📝 Commits (5)

📊 Changes

5 files changed (+152 additions, -15 deletions)

View changed files

📝 ct/alpine-garage.sh (+51 -5)
📝 ct/garage.sh (+40 -6)
📝 frontend/public/json/garage.json (+4 -0)
📝 install/alpine-garage-install.sh (+32 -2)
📝 install/garage-install.sh (+25 -2)

📄 Description

✍️ Description

  • Added option to install Garage WebUI to Debian variant script
  • Added option to install Garage WebUI to Alpine variant script

Fixes #9147

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/9746 **Author:** [@tremor021](https://github.com/tremor021) **Created:** 12/7/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `garagewui` --- ### 📝 Commits (5) - [`c9abce2`](https://github.com/community-scripts/ProxmoxVE/commit/c9abce2e92aedd4b6f8fb45bc94325787fdf5826) Add Garage-WebUI - [`70ae130`](https://github.com/community-scripts/ProxmoxVE/commit/70ae130932193598a2c88f5081161d54938ab069) Update - [`c1313f1`](https://github.com/community-scripts/ProxmoxVE/commit/c1313f1ec3fa4537c10357586ae49448ad5f82bf) Update - [`579070a`](https://github.com/community-scripts/ProxmoxVE/commit/579070ac3e18e354fd49d1a859c70a7c70a55c77) Update frontend/public/json/garage.json - [`24a4a01`](https://github.com/community-scripts/ProxmoxVE/commit/24a4a01a242197a1ac7bbfb03a3c83b334197751) Update ### 📊 Changes **5 files changed** (+152 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `ct/alpine-garage.sh` (+51 -5) 📝 `ct/garage.sh` (+40 -6) 📝 `frontend/public/json/garage.json` (+4 -0) 📝 `install/alpine-garage-install.sh` (+32 -2) 📝 `install/garage-install.sh` (+25 -2) </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 - Added option to install Garage WebUI to Debian variant script - Added option to install Garage WebUI to Alpine variant script ## 🔗 Related Issue Fixes #9147 ## ✅ 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. - [x] ✨ **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>
kerem 2026-02-26 16:32:15 +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#8240
No description provided.