Skip to content

Commit 312b35d

Browse files
chore: run 'make docs'
1 parent 10ef97e commit 312b35d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/code-server/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ VS Code in the browser
1818
| appName | The name to use in branding. Will be shown in titlebar and welcome message. | string | - |
1919
| auth | The type of authentication to use. When 'password' is selected, code-server will auto-generate a password. 'none' disables authentication entirely. | string | password |
2020
| 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 | - |
2323
| disableFileDownloads | Disable file downloads from Code. When enabled, users will not be able to download files from the editor. | boolean | false |
2424
| disableFileUploads | Disable file uploads to Code. When enabled, users will not be able to upload files to the editor. | boolean | false |
2525
| disableGettingStartedOverride | Disable the coder/coder override in the Help: Getting Started page. | boolean | false |
@@ -34,7 +34,9 @@ VS Code in the browser
3434
| port | The port to bind to for the code-server. | string | 8080 |
3535
| socket | Path to a socket. When specified, host and port will be ignored. | string | - |
3636
| socketMode | File mode of the socket when using the socket option. | string | - |
37+
| verbose | Enable verbose logging. | boolean | false |
3738
| version | The version of code-server to install. If empty, installs the latest version. | string | - |
39+
| welcomeText | Text to show on login page. | string | - |
3840
| workspace | Path to the workspace or folder to open on startup. Can be a directory or a .code-workspace file. | string | - |
3941

4042

0 commit comments

Comments
 (0)