docs: add back offline notes

pull/184/head
Michael Brewer 1 year ago committed by GitHub
parent 9b4e400cae
commit da63e4fe38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -79,3 +79,16 @@ module "code-server" {
extensions = ["dracula-theme.theme-dracula", "ms-azuretools.vscode-docker"]
}
```
### Offline Mode
Just run code-server in the background, don't fetch it from GitHub:
```tf
module "code-server" {
source = "registry.coder.com/modules/code-server/coder"
version = "1.0.8"
agent_id = coder_agent.example.id
offline = true
}
```
Loading…
Cancel
Save