10f57bac65
* Update links in package.json I will try checking the docs too * docs: Update links in triage.md * docs: Update links in npm.md * docs: Update links in whatever files that have `cdr` * Replace globally, thanks @bpmct! * fix: coderer instead of coder I should've used all three toggles in the Search/Replace tab in the GItHub.dev editor. * Code Formatting
12 lines
368 B
Markdown
12 lines
368 B
Markdown
# code-server --link
|
|
|
|
> Note: This feature is no longer recommended due to instability. Stay tuned for a revised version.
|
|
|
|
Run code-server with the flag `--link` and you'll get TLS, authentication, and a dedicated URL
|
|
for accessing your IDE out of the box.
|
|
|
|
```console
|
|
$ code-server --link
|
|
Proxying code-server, you can access your IDE at https://example.coder.co
|
|
```
|