10 lines
276 B
Markdown
10 lines
276 B
Markdown
|
# code-server --link
|
||
|
|
||
|
Run code-server with the beta flag `--link` and you'll get TLS, authentication, and a dedicated URL
|
||
|
for accessing your IDE out of the box.
|
||
|
|
||
|
```shell-session
|
||
|
$ code-server --link
|
||
|
Proxying code-server, you can access your IDE at https://example.cdr.co
|
||
|
```
|