fix: fix misc. issues (#45)
This commit is contained in:
committed by
GitHub
parent
1e3ac8be4c
commit
34aedce094
@@ -10,3 +10,10 @@ tags: [helper]
|
||||
# Personalize
|
||||
|
||||
Run a script on workspace start that allows developers to run custom commands to personalize their workspace.
|
||||
|
||||
```hcl
|
||||
module "personalize" {
|
||||
source = "https://registry.coder.com/modules/personalize"
|
||||
agent_id = coder_agent.example.id
|
||||
}
|
||||
```
|
||||
|
||||
@@ -32,7 +32,7 @@ resource "coder_script" "personalize" {
|
||||
PERSONALIZE_PATH : var.path,
|
||||
})
|
||||
display_name = "Personalize"
|
||||
icon = "/emojis/1f58c.png"
|
||||
icon = "/icon/personalize.svg"
|
||||
log_path = var.log_path
|
||||
run_on_start = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user