KASM repo test
This commit is contained in:
parent
b0d58c8616
commit
27e6ed75c6
3 changed files with 70 additions and 0 deletions
36
1.0/list.json
Normal file
36
1.0/list.json
Normal file
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"name": "Glasstop",
|
||||
"workspacecount": 1,
|
||||
"icon": "/img/logo.svg",
|
||||
"description": "Shattering webtops",
|
||||
"list_url": "https://registry.kasmweb.com/",
|
||||
"contact_url": "https://kasmweb.com/support",
|
||||
"workspaces": [
|
||||
{
|
||||
"description": "A customized desktop for my needs.","docker_registry": "https://git.jakest.us/",
|
||||
"image_src": "chromium.png",
|
||||
"name": "git.jakest.us/jt/glasstop:dev",
|
||||
"run_config": {
|
||||
"hostname": "kasm"
|
||||
},
|
||||
"exec_config": {
|
||||
"go": {
|
||||
"cmd": "bash -c '/dockerstartup/custom_startup.sh --go --url \"$KASM_URL\"'"
|
||||
},
|
||||
"assign": {
|
||||
"cmd": "bash -c '/dockerstartup/custom_startup.sh --assign --url \"$KASM_URL\"'"
|
||||
}
|
||||
},
|
||||
"categories": [
|
||||
"Desktop"
|
||||
],
|
||||
"friendly_name": "Glasstop",
|
||||
"architecture": [
|
||||
"amd64"
|
||||
],
|
||||
"compatibility": [
|
||||
"1.16.x"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
1
versions.txt
Normal file
1
versions.txt
Normal file
|
@ -0,0 +1 @@
|
|||
1.0
|
33
workspaces/Glasstop/workspace.json
Normal file
33
workspaces/Glasstop/workspace.json
Normal file
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"friendly_name": "Glasstop",
|
||||
"image_src": "glasstop-logo.webp",
|
||||
"description": "A customized desktop for my needs.",
|
||||
"name": "git.jakest.us/jt/glasstop:dev",
|
||||
"run_config": {
|
||||
"hostname": "kasm"
|
||||
},
|
||||
"cores": 2,
|
||||
"memory": 2768,
|
||||
"gpu_count": 0,
|
||||
"cpu_allocation_method": "Inherit",
|
||||
"docker_registry": "https://git.jakest.us/",
|
||||
"categories": [
|
||||
"Desktop"
|
||||
],
|
||||
"compatibility": [
|
||||
{
|
||||
"version": "1.16.x",
|
||||
"image": "git.jakest.us/jt/glasstop:dev",
|
||||
"available_tags": [
|
||||
"dev",
|
||||
"0.1.5-dev"
|
||||
]
|
||||
}
|
||||
],
|
||||
"require_gpu": false,
|
||||
"enabled": true,
|
||||
"image_type": "Container",
|
||||
"architecture": [
|
||||
"amd64"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue