-
Notifications
You must be signed in to change notification settings - Fork 60
fix: fix misc. issues #45
Conversation
name
field to coder_parameter
name
field to coder_parameter
@bpmct can you approve this one? |
There was a problem hiding this 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 :)
.images/kasmvnc.png
Outdated
There was a problem hiding this comment.
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..." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah! great fix
icon = "https://raw.githubusercontent.com/jglovier/dotfiles-logo/main/dotfiles-logo-icon.svg" | ||
icon = "/icon/dotfiles.svg" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice coder/coder#9871
kasmvnc/README.md
Outdated
@@ -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" |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
kasmvnc/README.md
Outdated
``` | ||
|
||
![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. |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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 :/
|
||
```hcl | ||
module "vscode" { | ||
source = "https://registry.coder.com/modules/vscode-desktop" | ||
agent_id = coder_agent.example.id | ||
} |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes very much needed.
name
field tocoder_parameter