[PR #5833] [MERGED] karakeep-install: Disable Playwright browser download, remove MCP build #6125

Open
opened 2025-11-20 07:09:13 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/5833
Author: @vhsdream
Created: 7/8/2025
Status: Merged
Merged: 7/16/2025
Merged by: @tremor021

Base: mainHead: karakeep


📝 Commits (5)

  • eb95304 karakeep-install: remove yarn, remove MCP build commands, disable Playwright browser download
  • d6a93e8 small changes
  • 2ae19e5 remove additional empty line
  • e4c836a Update karakeep-install.sh
  • a6f05e5 Update karakeep.sh

📊 Changes

2 files changed (+68 additions, -67 deletions)

View changed files

📝 ct/karakeep.sh (+59 -51)
📝 install/karakeep-install.sh (+9 -16)

📄 Description

✍️ Description

  • changes export during install to disable automatic browser downloading by Playwright
  • removes yarn
  • removes MCP build
  • performs pnpm store prune after install/update to remove extraneous packages

Link: #5697

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/5833 **Author:** [@vhsdream](https://github.com/vhsdream) **Created:** 7/8/2025 **Status:** ✅ Merged **Merged:** 7/16/2025 **Merged by:** [@tremor021](https://github.com/tremor021) **Base:** `main` ← **Head:** `karakeep` --- ### 📝 Commits (5) - [`eb95304`](https://github.com/community-scripts/ProxmoxVE/commit/eb95304a2809562811d2e8c693ec136c122439f3) karakeep-install: remove yarn, remove MCP build commands, disable Playwright browser download - [`d6a93e8`](https://github.com/community-scripts/ProxmoxVE/commit/d6a93e82fc618abb279b9f4c23412d6af66f9c2c) small changes - [`2ae19e5`](https://github.com/community-scripts/ProxmoxVE/commit/2ae19e56773c9b8a3249240d724e009206a2d6eb) remove additional empty line - [`e4c836a`](https://github.com/community-scripts/ProxmoxVE/commit/e4c836afe111fe96da24f27bc0773cd0f6413226) Update karakeep-install.sh - [`a6f05e5`](https://github.com/community-scripts/ProxmoxVE/commit/a6f05e5c675dca1de6e512df90d20d7367937ce6) Update karakeep.sh ### 📊 Changes **2 files changed** (+68 additions, -67 deletions) <details> <summary>View changed files</summary> 📝 `ct/karakeep.sh` (+59 -51) 📝 `install/karakeep-install.sh` (+9 -16) </details> ### 📄 Description ## ✍️ Description - changes export during install to disable automatic browser downloading by Playwright - removes yarn - removes MCP build - performs `pnpm store prune` after install/update to remove extraneous packages ## 🔗 Related PR / Issue Link: #5697 ## ✅ 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) - [x] 🐞 **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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 07:09:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#6125