@@ -17,8 +17,14 @@ The **Account** tab allows you to provide or change:
17
17
- Email address
18
18
- Username (this is the value that Coder uses throughout the platform, including
19
19
dev URLs and the CLI's SSH configuration)
20
+ - Shell (this is the command Coder runs when starting a terminal)
20
21
- Your dotfiles URI to personalize your workspaces
21
22
23
+ ## Appearance
24
+
25
+ To use Coder's dark theme, enable it by selecting ** Dark Theme** . Coder uses its
26
+ light theme by default.
27
+
22
28
## Security
23
29
24
30
The ** Security** tab allows you to change your password if you log in using
@@ -32,10 +38,10 @@ combination).
32
38
33
39
## SSH keys
34
40
35
- The ** SSH Keys** page is where you'll find the public key corresponding to the
36
- private key that Coder inserts automatically into your workspaces. The public
37
- key is useful for services, such as Git, Bitbucket, GitHub, and GitLab, that you
38
- need to access from your workspace.
41
+ The ** SSH Keys** page is where you'll find the public SSH key corresponding to
42
+ the private key that Coder inserts automatically into your workspaces. The
43
+ public key is useful for services, such as Git, Bitbucket, GitHub, and GitLab,
44
+ that you need to access from your workspace.
39
45
40
46
If necessary, you can regenerate your key. Be sure to provide your updated key
41
47
to all of the services you use. Otherwise, they won't work.
@@ -51,8 +57,9 @@ to all of the services you use. Otherwise, they won't work.
51
57
## Linked accounts
52
58
53
59
The ** Linked Accounts** tab allows you to automatically provide your Coder SSH
54
- key to the Git service of your choice. You can then perform the Git actions in
55
- your Coder workspace and interact with the service (e.g., push changes).
60
+ public key to the Git service of your choice. You can then perform the Git
61
+ actions in your Coder workspace and interact with the service (e.g., push
62
+ changes). Your administrator must configure OAuth for this feature to work.
56
63
57
64
## Notifications
58
65
@@ -75,11 +82,3 @@ You can check whether notifications are enabled and working by click **Test**.
75
82
76
83
Auto-start allows you to set the time when Coder automatically starts and builds
77
84
your workspaces. See [ auto-start] ( autostart.md ) for more information.
78
-
79
- ## Dark theme
80
-
81
- > Dark theme is currently a beta feature.
82
-
83
- If you'd like to use Coder's dark theme, you can enable it by clicking on your
84
- avatar and selecting ** Feature Preview** . Then, click ** Dark theme** and select
85
- ** Enable** .
0 commit comments