Skip to content

Commit

Permalink
Add Deluxe workspace, all-in-one
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorfree committed Nov 23, 2023
1 parent a25f1ee commit 5b1b177
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
Binary file added workspaces/Deluxe/deluxe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions workspaces/Deluxe/workspace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"description": "Asciiville, Neovim, Spiderfoot, and Wing all in one workspace",
"docker_registry": "https://index.docker.io/v1/",
"image_src": "deluxe.png",
"name": "doctorwhen/kasm:ubuntu-deluxe",
"friendly_name": "Everything",
"run_config": {
"hostname": "kasm-deluxe"
},
"exec_config": {
"first_launch": {
"user":"root",
"cmd":"bash -c 'echo \"kasm-user ALL=(ALL) NOPASSWD: ALL\" >> /etc/sudoers'"
}
},
"categories": [
"Desktop",
"Development",
"Productivity"
],
"architecture": [
"amd64"
],
"compatibility": [
"1.14.x"
],
"cores": 2,
"memory": 5536,
"gpu_count": 0,
"cpu_allocation_method": "Inherit",
"uncompressed_size_mb": 8530
}

0 comments on commit 5b1b177

Please sign in to comment.