Add chromium as an example
This commit is contained in:
parent
1256e268b2
commit
9bf7937414
BIN
workspaces/Chromium/chromium.png
Normal file
BIN
workspaces/Chromium/chromium.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
25
workspaces/Chromium/workspace.json
Normal file
25
workspaces/Chromium/workspace.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"description": "Chromium is a free and open-source browser, primarily developed and maintained by Google.",
|
||||
"docker_registry": "https://index.docker.io/v1/",
|
||||
"image_src": "chromium.png",
|
||||
"name": "kasmweb/chromium:develop",
|
||||
"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": [
|
||||
"Browser"
|
||||
],
|
||||
"friendly_name": "Chromium",
|
||||
"architecture": [
|
||||
"amd64",
|
||||
"arm64"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user