Skip to content

Commit ccf0028

Browse files
committed
update: READMEs
1 parent d07ebf8 commit ccf0028

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

examples/templates/gcp-linux/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,9 @@ a service account:
4343

4444
1. Generate a **JSON private key**, which will be what you provide to Coder
4545
during the setup process.
46+
47+
## code-server
48+
49+
`code-server` is installed via the `startup_script` argument in the `coder_agent`
50+
resource block. The `coder_app` resource is defined to access `code-server` through
51+
the dashboard UI over `localhost:13337`.

examples/templates/gcp-vm-container/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,9 @@ a service account:
4343

4444
1. Generate a **JSON private key**, which will be what you provide to Coder
4545
during the setup process.
46+
47+
## code-server
48+
49+
`code-server` is installed via the `startup_script` argument in the `coder_agent`
50+
resource block. The `coder_app` resource is defined to access `code-server` through
51+
the dashboard UI over `localhost:13337`.

0 commit comments

Comments
 (0)