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
+1
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ VS Code in the browser
15
15
16
16
| Options Id | Description | Type | Default Value |
17
17
|-----|-----|-----|-----|
18
+
| appName | The name to use in branding. Will be shown in titlebar and welcome message. | string | - |
18
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 |
19
20
| cert | Path to certificate. A self signed certificate is generated if none is provided. | string | - |
20
21
| certHost | hostname to use when generating a self signed certificate. | string | - |
0 commit comments