From 9b41d69c04823029215992099fd09121c26440fe Mon Sep 17 00:00:00 2001 From: Jarkko Toivanen Date: Fri, 25 Oct 2024 02:55:53 +0300 Subject: [PATCH] KASM repo test --- list.json | 44 ++++++++++++++++++++++++++++++ workspaces/Glasstop/workspace.json | 33 ++++++++++++++++++++++ 2 files changed, 77 insertions(+) create mode 100644 list.json create mode 100644 workspaces/Glasstop/workspace.json diff --git a/list.json b/list.json new file mode 100644 index 0000000..218e5d4 --- /dev/null +++ b/list.json @@ -0,0 +1,44 @@ +{ + "workspacecount": 1, + "workspaces": [ + { + "friendly_name": "Glasstop", + "image_src": "", + "icon": "", + "description": "A customized desktop for my needs.", + "name": "glasstop", + "image": "git.jakest.us/jt/glasstop:dev", + "run_config": { + "hostname": "kasm" + }, + "config_override": { + "hostname": "kasm" + }, + "cores": 2, + "memory": 2768, + "gpu_count": 0, + "cpu_allocation": "inherit", + "cpu_allocation_method": "Inherit", + "docker_registry": "https://git.jakest.us/", + "categories": [ + "Desktop" + ], + "compatibility": [ + { + "version": "1.16.x", + "image": "git.jakest.us/jt/glasstop:dev", + "available_tags": [ + "dev", + "0.1.5-dev" + ] + } + ], + "require_gpu": false, + "enabled": true, + "image_type": "Container", + "architecture": [ + "amd64" + ] + } + ] +} \ No newline at end of file diff --git a/workspaces/Glasstop/workspace.json b/workspaces/Glasstop/workspace.json new file mode 100644 index 0000000..3c4676d --- /dev/null +++ b/workspaces/Glasstop/workspace.json @@ -0,0 +1,33 @@ +{ + "friendly_name": "Glasstop", + "image_src": "glasstop-logo.webp", + "description": "A customized desktop for my needs.", + "name": "git.jakest.us/jt/glasstop:dev", + "run_config": { + "hostname": "kasm" + }, + "cores": 2, + "memory": 2768, + "gpu_count": 0, + "cpu_allocation_method": "Inherit", + "docker_registry": "https://git.jakest.us/", + "categories": [ + "Desktop" + ], + "compatibility": [ + { + "version": "1.16.x", + "image": "git.jakest.us/jt/glasstop:dev", + "available_tags": [ + "dev", + "0.1.5-dev" + ] + } + ], + "require_gpu": false, + "enabled": true, + "image_type": "Container", + "architecture": [ + "amd64" + ] +} \ No newline at end of file