diff --git a/workspaces/Asciiville/asciiville.png b/workspaces/Asciiville/asciiville.png new file mode 100644 index 0000000..c936619 Binary files /dev/null and b/workspaces/Asciiville/asciiville.png differ diff --git a/workspaces/Asciiville/workspace.json b/workspaces/Asciiville/workspace.json new file mode 100644 index 0000000..cf4f7f0 --- /dev/null +++ b/workspaces/Asciiville/workspace.json @@ -0,0 +1,30 @@ +{ + "friendly_name": "Asciiville", + "image_src": "https://asciiville.dev/assets/asciiville.png", + "description": "Asciiville provides tools and utilities to generate and view Ascii Art", + "docker_registry": "https://index.docker.io/v1/", + "name": "doctorwhen/kasm:asciiville", + "cores": 2, + "memory": 2768, + "gpu_count": 0, + "cpu_allocation_method": "Inherit", + "run_config": { "hostname": "kasm-asciiville" }, + "exec_config": { + "first_launch":{ + "user":"root", + "cmd":"bash -c 'apt-get update && apt-get install -y sudo && echo \"kasm-user ALL=(ALL) NOPASSWD: ALL\" >> /etc/sudoers'" + } + }, + "categories": [ + "Custom", + "Desktop", + "Development", + "Productivity" + ], + "require_gpu": false, + "enabled": true, + "image_type": "Container", + "architecture": [ + "amd64" + ] +} \ No newline at end of file diff --git a/workspaces/Neovim/neovim.png b/workspaces/Neovim/neovim.png new file mode 100644 index 0000000..f57f9d7 Binary files /dev/null and b/workspaces/Neovim/neovim.png differ diff --git a/workspaces/Neovim/workspace.json b/workspaces/Neovim/workspace.json new file mode 100644 index 0000000..a2241b4 --- /dev/null +++ b/workspaces/Neovim/workspace.json @@ -0,0 +1,31 @@ +{ + "friendly_name": "Neovim", + "image_src": "https://lazyman.dev/assets/neovim-hicontrast.png", + "description": "Neovim is a hyper-extensible text editor derived from Vim", + "docker_registry": "https://index.docker.io/v1/", + "name": "doctorwhen/kasm:neovim", + "name": "kasmweb/neovim:dev", + "cores": 2, + "memory": 5536, + "gpu_count": 0, + "cpu_allocation_method": "Inherit", + "run_config": { "hostname": "kasm-neovim" }, + "exec_config": { + "first_launch":{ + "user":"root", + "cmd":"bash -c 'apt-get update && apt-get install -y sudo && echo \"kasm-user ALL=(ALL) NOPASSWD: ALL\" >> /etc/sudoers'" + } + }, + "categories": [ + "Custom", + "Desktop", + "Development", + "Productivity" + ], + "require_gpu": false, + "enabled": true, + "image_type": "Container", + "architecture": [ + "amd64" + ] +} \ No newline at end of file