[PR #3367] [MERGED] Extension/New Script: Redis Alpine Installation #4291

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/3367
Author: @MickLesk
Created: 3/24/2025
Status: Merged
Merged: 3/24/2025
Merged by: @MickLesk

Base: mainHead: alpine_redis


📝 Commits (2)

  • bab07b9 Extension: Redis Alpine Installation
  • 4823bfa change website note

📊 Changes

3 files changed (+119 additions, -1 deletions)

View changed files

ct/alpine-redis.sh (+72 -0)
📝 frontend/public/json/redis.json (+12 -1)
install/alpine-redis-install.sh (+35 -0)

📄 Description

✍️ Description

Redis now can be used as an alpine variant

  • Option to upgrade redis, bind to localhost or bind to all opened ips

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No breaking changes – Existing functionality remains intact.
  • 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/3367 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 3/24/2025 **Status:** ✅ Merged **Merged:** 3/24/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `alpine_redis` --- ### 📝 Commits (2) - [`bab07b9`](https://github.com/community-scripts/ProxmoxVE/commit/bab07b90c30e9eea329885012289ca315f26066d) Extension: Redis Alpine Installation - [`4823bfa`](https://github.com/community-scripts/ProxmoxVE/commit/4823bfa0aa7a81bc894b818d3336ba694fb12fda) change website note ### 📊 Changes **3 files changed** (+119 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `ct/alpine-redis.sh` (+72 -0) 📝 `frontend/public/json/redis.json` (+12 -1) ➕ `install/alpine-redis-install.sh` (+35 -0) </details> ### 📄 Description ## ✍️ Description Redis now can be used as an alpine variant - Option to upgrade redis, bind to localhost or bind to all opened ips ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [x] **Tested thoroughly** – Changes work as expected. - [x] **No breaking changes** – Existing functionality remains intact. - [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. - [ ] 🌍 **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 14:30:32 +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#4291
No description provided.