[PR #4731] [CLOSED] Added Kasm update procedure and fixed a couple things #5069

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/4731
Author: @omiinaya
Created: 5/26/2025
Status: Closed

Base: mainHead: kasm-update


📝 Commits (6)

  • c72f7b2 Adding update procedure to Kasm
  • 531113f removing tee
  • 4c1ff4a needs priviledge to set swap.
  • 8b1d603 fixed issue where script could break if output file wasnt created first.
  • a69af75 fixing access denied issue preventing upgrade to run properly.
  • 9565f92 totally didnt forget to re-add the upgrade.sh line...

📊 Changes

3 files changed (+11 additions, -3 deletions)

View changed files

📝 ct/kasm.sh (+8 -1)
📝 frontend/public/json/kasm.json (+1 -1)
📝 install/kasm-install.sh (+2 -1)

📄 Description

✍️ Description

Link: https://github.com/community-scripts/ProxmoxVE/issues/4730

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/4731 **Author:** [@omiinaya](https://github.com/omiinaya) **Created:** 5/26/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `kasm-update` --- ### 📝 Commits (6) - [`c72f7b2`](https://github.com/community-scripts/ProxmoxVE/commit/c72f7b2a2eb8ab8922bce080414d31870562f381) Adding update procedure to Kasm - [`531113f`](https://github.com/community-scripts/ProxmoxVE/commit/531113f9d147a76aa3f907ebb89530d0a6a4aa15) removing tee - [`4c1ff4a`](https://github.com/community-scripts/ProxmoxVE/commit/4c1ff4af4cfdb16b9e0b3ac13a0079a5ae6d8810) needs priviledge to set swap. - [`8b1d603`](https://github.com/community-scripts/ProxmoxVE/commit/8b1d6031ad69f03af3bc279fc044cd58800c80c7) fixed issue where script could break if output file wasnt created first. - [`a69af75`](https://github.com/community-scripts/ProxmoxVE/commit/a69af758fb21e66ab0f0a64f346749a78cbce5ea) fixing access denied issue preventing upgrade to run properly. - [`9565f92`](https://github.com/community-scripts/ProxmoxVE/commit/9565f92eb9371f2b2dd5c58413551f0c04a4abb5) totally didnt forget to re-add the upgrade.sh line... ### 📊 Changes **3 files changed** (+11 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `ct/kasm.sh` (+8 -1) 📝 `frontend/public/json/kasm.json` (+1 -1) 📝 `install/kasm-install.sh` (+2 -1) </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 ## 🔗 Related PR / Issue Link: https://github.com/community-scripts/ProxmoxVE/issues/4730 ## ✅ 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. - [x] ✨ **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. - [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 14:32:58 +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#5069
No description provided.