[PR #10546] [CLOSED] Feature/rustfs #8820

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/10546
Author: @halilugur
Created: 1/5/2026
Status: Closed

Base: mainHead: feature/rustfs


📝 Commits (4)

📊 Changes

4 files changed (+129 additions, -0 deletions)

View changed files

📝 .gitignore (+2 -0)
ct/rustfs.sh (+50 -0)
frontend/public/json/rustfs.json (+43 -0)
install/rustfs-install.sh (+34 -0)

📄 Description

✍️ Description

RustFS provides a fully open and auditable storage solution, while MinIO’s reduced openness limits transparency, licensing clarity, and long-term control; this makes RustFS more suitable for environments that require unrestricted modification, clear governance, and long-term sustainability.

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/10546 **Author:** [@halilugur](https://github.com/halilugur) **Created:** 1/5/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/rustfs` --- ### 📝 Commits (4) - [`7b7229f`](https://github.com/community-scripts/ProxmoxVE/commit/7b7229f25495ae31bcfe7f9f0f2198f6a508984c) feat: add rustfs - [`78c9c61`](https://github.com/community-scripts/ProxmoxVE/commit/78c9c616d0b63e937f19baf040a290bd94df7dbf) feat: add rustfs - [`afb405c`](https://github.com/community-scripts/ProxmoxVE/commit/afb405c64fc3991caf469b3dbc469a88385083b4) feat: add rustfs - [`a3bdfed`](https://github.com/community-scripts/ProxmoxVE/commit/a3bdfed89c15cfed0625a77ade22301873e9458a) feat: add rustfs ### 📊 Changes **4 files changed** (+129 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -0) ➕ `ct/rustfs.sh` (+50 -0) ➕ `frontend/public/json/rustfs.json` (+43 -0) ➕ `install/rustfs-install.sh` (+34 -0) </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 RustFS provides a fully open and auditable storage solution, while MinIO’s reduced openness limits transparency, licensing clarity, and long-term control; this makes RustFS more suitable for environments that require unrestricted modification, clear governance, and long-term sustainability. ## 🔗 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. - [x] 🆕 **New script** – A fully functional and tested script or script set. - [x] 🌍 **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:12 +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#8820
No description provided.