Skip to content

Commit

Permalink
Add Ascii Games workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorfree committed Dec 18, 2023
1 parent a230c88 commit 36b19d6
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Currently available workspaces in this registry include:
* `Deluxe`: Asciiville, Neovim, Spiderfoot, Wing and more all in one workspace
* [LM Studio](https://github.com/lmstudio-ai): Customized Ubuntu 22.04 desktop with `LM Studio`
* [Neovim](https://github.com/doctorfree/nvim-lazyman#readme): Neovim, neovide, lazyman, much more
* [Open-Source Intelligence](https://en.wikipedia.org/wiki/Open-source_intelligence): Reconnaissance tool, forensics, link analyzer, ...
* [Project Jupyter](https://en.wikipedia.org/wiki/Project_Jupyter): Jupyter notebooks
* [Spiderfoot](https://github.com/smicallef/spiderfoot): A reconnaissance tool that automatically queries public data sources to gather intelligence
* [Ubuntu desktops](https://en.wikipedia.org/wiki/Ubuntu): Customized Ubuntu Focal and Jammy desktops
Expand Down
Binary file added workspaces/Asciigames/games.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions workspaces/Asciigames/workspace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"description": "Collection of Ascii Games",
"docker_registry": "https://index.docker.io/v1/",
"image_src": "games.png",
"name": "doctorwhen/kasm:asciigames",
"friendly_name": "Ascii Games",
"cores": 2,
"memory": 2768,
"gpu_count": 0,
"cpu_allocation_method": "Inherit",
"run_config": { "hostname": "kasm-games" },
"exec_config": {
"first_launch": {
"user":"root",
"cmd":"bash -c 'echo \"kasm-user ALL=(ALL) NOPASSWD: ALL\" >> /etc/sudoers'"
}
},
"categories": [
"Games",
"Desktop",
"Productivity"
],
"architecture": [
"amd64"
],
"compatibility": [
"1.14.x"
],
"uncompressed_size_mb": 10300
}
2 changes: 1 addition & 1 deletion workspaces/Ubuntu-Jammy/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": 9860
"uncompressed_size_mb": 10000
}

0 comments on commit 36b19d6

Please sign in to comment.