Initial commit
This commit is contained in:
BIN
workspaces/Chromium/chromium.png
Normal file
BIN
workspaces/Chromium/chromium.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
34
workspaces/Chromium/workspace.json
Normal file
34
workspaces/Chromium/workspace.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"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",
|
||||
"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"
|
||||
],
|
||||
"compatibility": [
|
||||
{
|
||||
"version": "1.17.x",
|
||||
"image": "kasmweb/chromium:develop",
|
||||
"uncompressed_size_mb": 2170,
|
||||
"available_tags": [
|
||||
"develop"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
7
workspaces/README.md
Normal file
7
workspaces/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Workspaces directory
|
||||
|
||||
This directory is for storing all the files needed for your workspaces store, they should be stored with the following structure:
|
||||
|
||||
* workspaces/Workspace Name
|
||||
* workspaces/Workspace Name/workspace.json
|
||||
* workspaces/Workspace Name/workspace-name.png
|
||||
Reference in New Issue
Block a user