2021-08-05 11:52:57 +08:00
|
|
|
# code-server --link
|
|
|
|
|
2021-11-30 04:03:33 +08:00
|
|
|
> 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
|
2021-08-05 11:52:57 +08:00
|
|
|
for accessing your IDE out of the box.
|
|
|
|
|
2021-08-07 07:14:43 +08:00
|
|
|
```console
|
2021-08-05 11:52:57 +08:00
|
|
|
$ code-server --link
|
2022-02-02 00:45:19 +08:00
|
|
|
Proxying code-server, you can access your IDE at https://example.coder.co
|
2021-08-05 11:52:57 +08:00
|
|
|
```
|