You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/admin/install/digitalocean.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ If you're just starting out, we recommend [installing code-server locally](../..
39
39
> To ensure the connection between you and your server is encrypted view our guide on [securing your setup](../../security/ssl.md)
40
40
- Finally start the code-server
41
41
```
42
-
sudo ./code-server-linux -p 80
42
+
sudo ./code-server -p 80
43
43
```
44
44
> For instructions on how to keep the server running after you end your SSH session please checkout [how to use systemd](https://www.linode.com/docs/quick-answers/linux/start-service-at-boot/) to start linux based services if they are killed
45
45
- When you visit the public IP for your Digital Ocean instance, you will be greeted with this page. Code-server is using a self-signed SSL certificate for easy setup. To proceed to the IDE, click **"Advanced"**<imgsrc ="../../assets/chrome_warning.png">
Copy file name to clipboardExpand all lines: doc/self-hosted/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ OPTIONS
62
62
> Example: `code-server -h 127.0.0.1`
63
63
64
64
### Open
65
-
You can have the server automatically open the VS Code in your browser on startup by using the `codeserver -o` or `code-server --open` flags
65
+
You can have the server automatically open the VS Code in your browser on startup by using the `code-server -o` or `code-server --open` flags
66
66
67
67
### Port
68
68
By default, code-server will use `8443` as its port. This can be changed by using `code-server -p` or `code-server --port=` followed by the port you want to use.
0 commit comments