modules
modules copied to clipboard
A collection of Terraform Modules to work with Coder.
Hi, I created the 2 exoscale modules for the registry. I set verified to `false` because I wasn´t sure how to verify. Is is possible to verify a module? Moreover...
A module that adds an external `coder_app` with a slack workspace/channel link. It should allow specifying a custom app dispay_name
How can we specify the order in which modules run? For example, I want the Personalize module to run after my Dotfiles have been fully cloned as I have a...
RDP
Example template to enable RDP on Windows and expose a link with instructions to connect (external coder_app to point to the readme of the repo). Down the road, we can...
Open question: Can we reduce complexity of exectrace templates via a module? https://coder.com/docs/v2/latest/templates/process-logging
kasm VNC
closes #1 For testing, ```tf module "kasmvnc" { source = "git::https://github.com/coder/modules.git//kasmvnc?ref=kasmVNC" agent_id = coder_agent.dev.id } ``` 
Currently when we find a cached copy of code-server we run it and exit early. But any requested extensions are not installed. A solution would be to check if `install_prefix`/extensions...
When USE_CACHED is true and no extensions have been installed Then we should still try to install them close #251 --- ## Tests performed - `bun test -t code-server` ##...