2025-05-26 10:42:50 +02:00
{
"name" : "Kasm" ,
"slug" : "kasm" ,
"categories" : [
9
] ,
2025-05-26 10:48:51 +02:00
"date_created" : "2025-05-26" ,
2025-05-26 10:42:50 +02:00
"type" : "ct" ,
"updateable" : false ,
"privileged" : true ,
"config_path" : "" ,
"interface_port" : 443 ,
"documentation" : "https://www.kasmweb.com/docs/" ,
"website" : "https://www.kasmweb.com/" ,
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/kasm-workspaces.webp" ,
"description" : "Kasm Workspaces is a container streaming platform that delivers browser-based access to desktops, applications, and web services with enhanced security and scalability." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/kasm.sh" ,
"resources" : {
"cpu" : 2 ,
2025-06-12 21:31:32 +02:00
"ram" : 8192 ,
2025-05-26 10:42:50 +02:00
"hdd" : 50 ,
"os" : "Debian" ,
"version" : "12"
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [
{
"text" : "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing." ,
"type" : "warning"
} ,
2025-06-12 21:31:32 +02:00
{
"text" : "Kasm needs swap (on Proxmox host) and activated FUSE to be installed successfully!" ,
"type" : "warning"
} ,
2025-05-26 10:42:50 +02:00
{
2025-08-24 09:32:04 +02:00
"text" : "Show credentials: `cat ~/kasm.creds`" ,
2025-05-26 10:42:50 +02:00
"type" : "info"
}
]
}