[PR #10841] [CLOSED] palmr: update for v3 with MinIO S3 storage #9040

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/10841
Author: @MickLesk
Created: 1/15/2026
Status: Closed

Base: mainHead: palmr_feature


📝 Commits (1)

  • bfc9c7a fix(palmr): update for v3 with MinIO S3 storage

📊 Changes

2 files changed (+84 additions, -33 deletions)

View changed files

📝 ct/palmr.sh (+7 -4)
📝 install/palmr-install.sh (+77 -29)

📄 Description

✍️ Description

  • Add MinIO for internal S3-compatible storage (port 9379)
  • Update web UI port from 3000 to 5487
  • Add palmr-minio systemd service
  • Update environment configuration for new architecture
  • Fix update script to handle all three services

Fixes #9779

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/10841 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 1/15/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `palmr_feature` --- ### 📝 Commits (1) - [`bfc9c7a`](https://github.com/community-scripts/ProxmoxVE/commit/bfc9c7aa3063b7ef139a1f661047613a8749f13a) fix(palmr): update for v3 with MinIO S3 storage ### 📊 Changes **2 files changed** (+84 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `ct/palmr.sh` (+7 -4) 📝 `install/palmr-install.sh` (+77 -29) </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 - Add MinIO for internal S3-compatible storage (port 9379) - Update web UI port from 3000 to 5487 - Add palmr-minio systemd service - Update environment configuration for new architecture - Fix update script to handle all three services ## 🔗 Related Issue Fixes #9779 ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [ ] **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. - [x] 💥 **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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 16:34:56 +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#9040
No description provided.