diff --git a/workspaces/AppImage/appimage.png b/workspaces/AppImage/appimage.png new file mode 100644 index 0000000..d7ca7d0 Binary files /dev/null and b/workspaces/AppImage/appimage.png differ diff --git a/workspaces/AppImage/workspace.json b/workspaces/AppImage/workspace.json new file mode 100644 index 0000000..384993e --- /dev/null +++ b/workspaces/AppImage/workspace.json @@ -0,0 +1,29 @@ +{ + "description": "Customized Ubuntu 22.04 desktop with AppImage Launcher", + "docker_registry": "https://index.docker.io/v1/", + "image_src": "appimage.png", + "name": "doctorwhen/kasm:appimage", + "friendly_name": "AppImage Launcher", + "cores": 2, + "memory": 2768, + "gpu_count": 0, + "cpu_allocation_method": "Inherit", + "run_config": { "hostname": "kasm-appimage" }, + "exec_config": { + "first_launch": { + "user":"root", + "cmd":"bash -c 'echo \"kasm-user ALL=(ALL) NOPASSWD: ALL\" >> /etc/sudoers'" + } + }, + "categories": [ + "Productivity", + "Desktop" + ], + "architecture": [ + "amd64" + ], + "compatibility": [ + "1.14.x" + ], + "uncompressed_size_mb": 9900 +} \ No newline at end of file