New Script: Kasm #67

Closed
opened 2025-09-09 19:42:41 -05:00 by giteasync · 7 comments

Originally created by @omiinaya on GitHub.

📌 Task summary

New Script

📋 Task details

Application Name:

Kasm

Website:

https://www.kasmweb.com/

Description:

Stream your workspace directly to your web browser on any device and from any location.

How to login to the app:

cat kasm.creds inside of the container when script is finished.

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVED/raw/main/ct/kasm.sh)"

https://community-scripts.github.io/ProxmoxVED/scripts?id=kasm

Originally created by @omiinaya on GitHub. ## 📌 Task summary New Script ## 📋 Task details ### Application Name: Kasm ### Website: https://www.kasmweb.com/ ### Description: Stream your workspace directly to your web browser on any device and from any location. ### How to login to the app: cat kasm.creds inside of the container when script is finished. ```bash bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVED/raw/main/ct/kasm.sh)" ``` https://community-scripts.github.io/ProxmoxVED/scripts?id=kasm
giteasync added the Started Migration To ProxmoxVE label 2025-09-09 19:42:41 -05:00
Author

@github-actions[bot] commented on GitHub:

Files deleted with PR #468

@github-actions[bot] commented on GitHub: Files deleted with PR #468
Author

@github-actions[bot] commented on GitHub:

A PR has been created for kasm: community-scripts/ProxmoxVE#4716

@github-actions[bot] commented on GitHub: A PR has been created for kasm: community-scripts/ProxmoxVE#4716
Author

@omiinaya commented on GitHub:

@BrutalCoding

Interesting... I haven't had any issues so far, but we could build a VM script too.

@omiinaya commented on GitHub: @BrutalCoding Interesting... I haven't had any issues so far, but we could build a VM script too.
Author

@github-actions[bot] commented on GitHub:

The kasm script is ready for testing:
bash -c "$(curl -fsSL https://github.com/community-scripts/ProxmoxVED/raw/main/ct/kasm.sh)"
WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.
Show password: cat ~/kasm.creds

Note: This is not in the official repo yet—it's just a dev version! After merging into ProxmoxVE, it will need to be recreated.

@github-actions[bot] commented on GitHub: The kasm script is ready for testing: ```bash -c "$(curl -fsSL https://github.com/community-scripts/ProxmoxVED/raw/main/ct/kasm.sh)"``` WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing. Show password: `cat ~/kasm.creds` Note: This is not in the official repo yet—it's just a dev version! After merging into ProxmoxVE, it will need to be recreated.
Author

@BrutalCoding commented on GitHub:

Image
Source: https://kasmweb.com/docs/develop/install/system_requirements.html#operating-system

The kasmweb docs advise against running it in a LXC @omiinaya. Perhaps opening another issue/task for a script that configures a kasmweb VM?

@BrutalCoding commented on GitHub: ![Image](https://github.com/user-attachments/assets/ebbbde9c-4da9-45f8-8fa3-ac0dc3ab1fac) Source: https://kasmweb.com/docs/develop/install/system_requirements.html#operating-system The kasmweb docs advise against running it in a LXC @omiinaya. Perhaps opening another issue/task for a script that configures a kasmweb VM?
Author

@MickLesk commented on GitHub:

for my tests, all working fine - idk

@MickLesk commented on GitHub: for my tests, all working fine - idk
Author

@tremor021 commented on GitHub:

Image Source: https://kasmweb.com/docs/develop/install/system_requirements.html#operating-system

The kasmweb docs advise against running it in a LXC @omiinaya. Perhaps opening another issue/task for a script that configures a kasmweb VM?

Ask them why they wrote that? If there is a problem with the app when running inside LXC, we can review the script. If no issues are present, then its just a pointless statement.

@tremor021 commented on GitHub: > ![Image](https://github.com/user-attachments/assets/ebbbde9c-4da9-45f8-8fa3-ac0dc3ab1fac) Source: https://kasmweb.com/docs/develop/install/system_requirements.html#operating-system > > The kasmweb docs advise against running it in a LXC [@omiinaya](https://github.com/omiinaya). Perhaps opening another issue/task for a script that configures a kasmweb VM? Ask them why they wrote that? If there is a problem with the app when running inside LXC, we can review the script. If no issues are present, then its just a pointless statement.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: community-scripts/ProxmoxVED#67