[PR #9253] [MERGED] kasm: add: update #7926

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/9253
Author: @CrazyWolf13
Created: 11/18/2025
Status: Merged
Merged: 11/20/2025
Merged by: @tremor021

Base: mainHead: CrazyWolf13-patch-kasm


📝 Commits (8)

  • 4efb672 kasm: add: update
  • 316cdf0 refactor
  • 3b55746 Change updateable status from false to true
  • 4b6106c Remove redundant variable for upgrade script
  • 6013871 Refactor update_script for Kasm updates
  • ca07e79 Refactor KASM_URL detection logic in install script
  • 5df2768 Refactor Kasm URL detection in install script
  • 51679c7 Add Docker installation to kasm-install.sh

📊 Changes

3 files changed (+48 additions, -14 deletions)

View changed files

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

📄 Description

✍️ Description

add kasm update process

Edit, I leave the main script without $STD, so a user can in the end forward to kasm devs on failure, as the update process is fragile.

Link: #

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/9253 **Author:** [@CrazyWolf13](https://github.com/CrazyWolf13) **Created:** 11/18/2025 **Status:** ✅ Merged **Merged:** 11/20/2025 **Merged by:** [@tremor021](https://github.com/tremor021) **Base:** `main` ← **Head:** `CrazyWolf13-patch-kasm` --- ### 📝 Commits (8) - [`4efb672`](https://github.com/community-scripts/ProxmoxVE/commit/4efb6722519d3beecf64c38afa0d5b8fbe8be37d) kasm: add: update - [`316cdf0`](https://github.com/community-scripts/ProxmoxVE/commit/316cdf02ffa3ab4329241abd3eb89c2a329bf554) refactor - [`3b55746`](https://github.com/community-scripts/ProxmoxVE/commit/3b55746ed940969f7d91da8a82ac5f443dd82003) Change updateable status from false to true - [`4b6106c`](https://github.com/community-scripts/ProxmoxVE/commit/4b6106c2fb9fb4c7632322db2ee8556b9719435f) Remove redundant variable for upgrade script - [`6013871`](https://github.com/community-scripts/ProxmoxVE/commit/6013871809ea4dcc2596c29e6fef90d5d9222f55) Refactor update_script for Kasm updates - [`ca07e79`](https://github.com/community-scripts/ProxmoxVE/commit/ca07e79270eb53d044c1231817093782cbb7fc2d) Refactor KASM_URL detection logic in install script - [`5df2768`](https://github.com/community-scripts/ProxmoxVE/commit/5df27687674fe0f51742ce4ea76695d308b39482) Refactor Kasm URL detection in install script - [`51679c7`](https://github.com/community-scripts/ProxmoxVE/commit/51679c7921eeca78137c804b120f10819797b056) Add Docker installation to kasm-install.sh ### 📊 Changes **3 files changed** (+48 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `ct/kasm.sh` (+42 -5) 📝 `frontend/public/json/kasm.json` (+1 -1) 📝 `install/kasm-install.sh` (+5 -8) </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 add kasm update process Edit, I leave the main script without $STD, so a user can in the end forward to kasm devs on failure, as the update process is fragile. ## 🔗 Related PR / Issue Link: # ## ✅ 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. - [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. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [x] 🔧 **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:31:11 +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#7926
No description provided.