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: src/code-server/README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,8 @@ VS Code in the browser
18
18
| appName | The name to use in branding. Will be shown in titlebar and welcome message. | string | - |
19
19
| auth | The type of authentication to use. When 'password' is selected, code-server will auto-generate a password. 'none' disables authentication entirely. | string | password |
20
20
| cert | Path to certificate. A self signed certificate is generated if none is provided. | string | - |
21
-
| certHost |hostname to use when generating a self signed certificate. | string | - |
22
-
| certKey |path to certificate key when using non-generated cert. | string | - |
21
+
| certHost |Hostname to use when generating a self signed certificate. | string | - |
22
+
| certKey |Path to certificate key when using non-generated cert. | string | - |
23
23
| disableFileDownloads | Disable file downloads from Code. When enabled, users will not be able to download files from the editor. | boolean | false |
24
24
| disableFileUploads | Disable file uploads to Code. When enabled, users will not be able to upload files to the editor. | boolean | false |
25
25
| disableGettingStartedOverride | Disable the coder/coder override in the Help: Getting Started page. | boolean | false |
@@ -34,7 +34,9 @@ VS Code in the browser
34
34
| port | The port to bind to for the code-server. | string | 8080 |
35
35
| socket | Path to a socket. When specified, host and port will be ignored. | string | - |
36
36
| socketMode | File mode of the socket when using the socket option. | string | - |
0 commit comments