Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

fix: fix misc. issues #45

Merged
merged 52 commits into from
Sep 26, 2023
Merged

fix: fix misc. issues #45

merged 52 commits into from
Sep 26, 2023

Conversation

matifali
Copy link
Member

@matifali matifali commented Sep 25, 2023

  1. add missing name field to coder_parameter
  2. add example code for dotfiles
  3. update jupyterlab screenshot
  4. Add example code for personalize
  5. add example code for vscode desktop
  6. fix icon path and add display_name to vscode desktop
  7. fix version name in KasmVNC
  8. fix kasmVNC to install non-interactivly
  9. fix jupyterlab

@matifali matifali requested review from bpmct and kylecarbs September 25, 2023 23:45
@matifali matifali changed the title chore(dotfiles): Update README.md fix(dotfiles): add missing name field to coder_parameter Sep 25, 2023
@matifali matifali changed the title fix(dotfiles): add missing name field to coder_parameter fix: fix misc. issues Sep 26, 2023
@matifali matifali marked this pull request as draft September 26, 2023 03:32
@matifali matifali marked this pull request as ready for review September 26, 2023 10:25
@matifali
Copy link
Member Author

@bpmct can you approve this one?
KasmVNC is still broken
I would appreciate some help

Copy link
Member

@bpmct bpmct left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. We do need to remove kasm though :)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is novnc. can you remove this for now?

.sample/run.sh Outdated
echo "Instalalting ${MODULE_NAME}..."
echo "Instalalting MODULE_NAME..."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah! great fix

Comment on lines -23 to +24
icon = "https://raw.githubusercontent.com/jglovier/dotfiles-logo/main/dotfiles-logo-icon.svg"
icon = "/icon/dotfiles.svg"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -29,11 +31,24 @@ Automatically install [KasmVNC](https://kasmweb.com/kasmvnc) in a workspace, and
module "kasmvnc" {
source = "https://registry.coder.com/modules/kasmvnc"
agent_id = coder_agent.example.id
version = "1.0.0"
custom_version = "1.0.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just curious: why are you calling it custom_version?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

version is a reserved keyword and is not allowed in terraform.

```

![Screenshot of KasmVNC]() //TODO
> **Note:** It is recommended to pre-install a desktop environment in your Dockerfile/VM image to speed up the startup time of your workspace.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙌🏼

I know you are removing this for now, but this module will be top-tier once we get it working

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am sad as I have spent 10+ hours on trying to make it universal :/

Comment on lines +15 to +20

```hcl
module "vscode" {
source = "https://registry.coder.com/modules/vscode-desktop"
agent_id = coder_agent.example.id
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hope we can get coder/coder#9604 (comment) in

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes very much needed.

@matifali matifali merged commit 34aedce into main Sep 26, 2023
@matifali matifali deleted the update-dotfiles branch September 26, 2023 13:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants