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/self-hosted/index.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
This document pertains to Coder specific implementations of VS Code. For documentation on how to use VS Code itself, please refer to the official [documentation for VS Code](https://code.visualstudio.com/docs)
10
10
11
-
It takes just a few minutes to get your own self-hosted server running. If you've got a machine running macOS, Windows, or Linux, you're ready to start the binary which listens on port `8080` by default.
11
+
It takes just a few minutes to get your own self-hosted server running. If you've got a machine running macOS, Windows, or Linux, you're ready to start the binary which listens on port `8443` by default.
12
12
13
13
<!--
14
14
DO NOT CHANGE THIS TO A CODEBLOCK.
@@ -20,7 +20,7 @@ It takes just a few minutes to get your own self-hosted server running. If you'v
20
20
1. Visit [the releases](https://github.com/codercom/code-server/releases) page and download the latest cli for your operating system
21
21
2. Double click the executable to run in the current directory
22
22
3. Copy the password that appears in the cli<imgsrc="../assets/cli.png">
23
-
4. In your browser navigate to `localhost:8080`
23
+
4. In your browser navigate to `localhost:8443`
24
24
5. Paste the password from the cli into the login window<imgsrc="../assets/server-password-modal.png">
25
25
> NOTE: Be careful with your password as sharing it will grant those users access to your server's file system
26
26
@@ -44,7 +44,7 @@ OPTIONS
44
44
-d, --data-dir=data-dir
45
45
-h, --host=host [default: 0.0.0.0]
46
46
-o, --open Open in browser on startup
47
-
-p, --port=port [default: 8080] Port to bind on
47
+
-p, --port=port [default: 8443] Port to bind on
48
48
-v, --version show CLI version
49
49
--cert=cert
50
50
--cert-key=cert-key
@@ -62,7 +62,7 @@ OPTIONS
62
62
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
63
63
64
64
### Port
65
-
By default, code-server will use `8080` as it's port. This can be changed by using `code-server -p` or `code-server --port=` followed by the port you want to use.
65
+
By default, code-server will use `8443` as it's 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