diff --git a/workspaces/Deluxe/deluxe.png b/workspaces/Deluxe/deluxe.png new file mode 100644 index 0000000..c936619 Binary files /dev/null and b/workspaces/Deluxe/deluxe.png differ diff --git a/workspaces/Deluxe/workspace.json b/workspaces/Deluxe/workspace.json new file mode 100644 index 0000000..26e25a0 --- /dev/null +++ b/workspaces/Deluxe/workspace.json @@ -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 +} \ No newline at end of file