Skip to content

Commit

Permalink
Delete Chromium, rework Asciiville, update sizes and memory
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorfree committed Nov 12, 2023
1 parent 24bbb3c commit 4fdb60e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 36 deletions.
7 changes: 3 additions & 4 deletions workspaces/Asciiville/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"description": "Asciiville provides tools and utilities to generate and view Ascii Art",
"docker_registry": "https://index.docker.io/v1/",
"image_src": "asciiville.png",
"name": "doctorwhen/kasm:asciiville-deluxe",
"name": "doctorwhen/kasm:asciiville",
"friendly_name": "Asciiville",
"run_config": {
"hostname": "kasm-asciiville"
Expand All @@ -15,7 +15,6 @@
},
"categories": [
"Desktop",
"Development",
"Productivity"
],
"architecture": [
Expand All @@ -25,8 +24,8 @@
"1.14.x"
],
"cores": 2,
"memory": 5536,
"memory": 2768,
"gpu_count": 0,
"cpu_allocation_method": "Inherit",
"uncompressed_size_mb": 9060
"uncompressed_size_mb": 8230
}
Binary file removed workspaces/Chromium/chromium.png
Binary file not shown.
30 changes: 0 additions & 30 deletions workspaces/Chromium/workspace.json

This file was deleted.

2 changes: 1 addition & 1 deletion workspaces/Ubuntu-Focal/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"compatibility": [
"1.14.x"
],
"uncompressed_size_mb": 7720
"uncompressed_size_mb": 8050
}
2 changes: 1 addition & 1 deletion workspaces/Wing/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "doctorwhen/kasm:wing",
"friendly_name": "Wing",
"cores": 2,
"memory": 5536,
"memory": 2768,
"gpu_count": 0,
"cpu_allocation_method": "Inherit",
"run_config": { "hostname": "kasm-wing", "ports": { "3000/tcp": 3000 } },
Expand Down

0 comments on commit 4fdb60e

Please sign in to comment.