File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 23
23
- [ Heartbeat File] ( #heartbeat-file )
24
24
- [ Healthz endpoint] ( #healthz-endpoint )
25
25
- [ How does the config file work?] ( #how-does-the-config-file-work )
26
+ - [ How do I customize the "Go Home" button?] ( #how-do-i-customize-the-go-home-button )
26
27
- [ Isn't an install script piped into sh insecure?] ( #isnt-an-install-script-piped-into-sh-insecure )
27
28
- [ How do I make my keyboard shortcuts work?] ( #how-do-i-make-my-keyboard-shortcuts-work )
28
29
- [ Differences compared to Theia?] ( #differences-compared-to-theia )
@@ -297,6 +298,15 @@ The `--config` flag or `$CODE_SERVER_CONFIG` can be used to change the config fi
297
298
298
299
The default location also respects `$XDG_CONFIG_HOME`.
299
300
301
+ # # How do I customize the "Go Home" button?
302
+
303
+ You can pass a URL to the `--home` flag like this :
304
+ ` ` `
305
+ code-server --home https://my-website.com
306
+ ` ` `
307
+
308
+ Or you can define it in the config file with `home`.
309
+
300
310
# # Isn't an install script piped into sh insecure?
301
311
302
312
Please give
You can’t perform that action at this time.
0 commit comments