[PR #3699] [MERGED] Breaking: Hoarder > Karakeep #4480

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/3699
Author: @MickLesk
Created: 4/6/2025
Status: Merged
Merged: 4/7/2025
Merged by: @MickLesk

Base: mainHead: hoarder_karakeep


📝 Commits (4)

📊 Changes

5 files changed (+164 additions, -79 deletions)

View changed files

📝 ct/hoarder.sh (+8 -8)
ct/karakeep.sh (+85 -0)
frontend/public/json/hoarder.json (+0 -34)
frontend/public/json/karakeep.json (+34 -0)
📝 install/karakeep-install.sh (+37 -37)

📄 Description

✍️ Description

Remove Hoarder-install
Remove hoarder.json
Add karakeep-install
Add karakeep.sh
Add karakeep.json
Migration in hoarder.sh

Link: #

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.

🔍 Code & Security Review (X in brackets)

  • Follows Code_Audit.md & CONTRIBUTING.md guidelines

📋 Additional Information (optional)


🔄 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/3699 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 4/6/2025 **Status:** ✅ Merged **Merged:** 4/7/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `hoarder_karakeep` --- ### 📝 Commits (4) - [`a2672e5`](https://github.com/community-scripts/ProxmoxVE/commit/a2672e51485d9cfeca897e311f6959cdff7c760b) Breaking: Hoarder > Karakeep - [`5da7131`](https://github.com/community-scripts/ProxmoxVE/commit/5da71310bc4866df6289989b1082b0f6453da537) json - [`967228c`](https://github.com/community-scripts/ProxmoxVE/commit/967228cb5066c96258d575d6398db6825c7766f1) Update hoarder.sh - [`54db498`](https://github.com/community-scripts/ProxmoxVE/commit/54db49894224a19a4794154c44d4bf09e068f632) formatting ### 📊 Changes **5 files changed** (+164 additions, -79 deletions) <details> <summary>View changed files</summary> 📝 `ct/hoarder.sh` (+8 -8) ➕ `ct/karakeep.sh` (+85 -0) ➖ `frontend/public/json/hoarder.json` (+0 -34) ➕ `frontend/public/json/karakeep.json` (+34 -0) 📝 `install/karakeep-install.sh` (+37 -37) </details> ### 📄 Description ## ✍️ Description Remove Hoarder-install Remove hoarder.json Add karakeep-install Add karakeep.sh Add karakeep.json Migration in hoarder.sh ## 🔗 Related PR / Issue Link: # ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [ ] **Tested thoroughly** – Changes work as expected. - [ ] **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. - [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. --- ## 🔍 Code & Security Review (**X** in brackets) - [ ] **Follows `Code_Audit.md` & `CONTRIBUTING.md` guidelines** ## 📋 Additional Information (optional) <!-- Add any extra context, screenshots, or references. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 14:31:06 +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#4480
No description provided.