2
2
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3
3
# FAQ
4
4
5
- - [ Questions?] ( #questions )
6
- - [ iPad Status?] ( #ipad-status )
7
- - [ Community projects (awesome-code-server)] ( #community-projects-awesome-code-server )
8
- - [ How can I reuse my VS Code configuration?] ( #how-can-i-reuse-my-vs-code-configuration )
9
- - [ Differences compared to VS Code?] ( #differences-compared-to-vs-code )
10
- - [ How can I request a missing extension?] ( #how-can-i-request-a-missing-extension )
11
- - [ How do I configure the marketplace URL?] ( #how-do-i-configure-the-marketplace-url )
12
- - [ Where are extensions stored?] ( #where-are-extensions-stored )
13
- - [ How is this different from VS Code Codespaces?] ( #how-is-this-different-from-vs-code-codespaces )
14
- - [ How should I expose code-server to the internet?] ( #how-should-i-expose-code-server-to-the-internet )
15
- - [ Can I store my password hashed?] ( #can-i-store-my-password-hashed )
16
- - [ How do I securely access web services?] ( #how-do-i-securely-access-web-services )
17
- - [ Sub-paths] ( #sub-paths )
18
- - [ Sub-domains] ( #sub-domains )
19
- - [ Why does the code-server proxy strip ` /proxy/<port> ` from the request path?] ( #why-does-the-code-server-proxy-strip-proxyport-from-the-request-path )
20
- - [ Proxying to Create React App] ( #proxying-to-create-react-app )
21
- - [ Multi-tenancy] ( #multi-tenancy )
22
- - [ Docker in code-server container?] ( #docker-in-code-server-container )
23
- - [ How can I disable telemetry?] ( #how-can-i-disable-telemetry )
24
- - [ How does code-server decide what workspace or folder to open?] ( #how-does-code-server-decide-what-workspace-or-folder-to-open )
25
- - [ How do I debug issues with code-server?] ( #how-do-i-debug-issues-with-code-server )
26
- - [ Heartbeat File] ( #heartbeat-file )
27
- - [ Healthz endpoint] ( #healthz-endpoint )
28
- - [ How does the config file work?] ( #how-does-the-config-file-work )
29
- - [ How do I customize the "Go Home" button?] ( #how-do-i-customize-the-go-home-button )
30
- - [ Isn't an install script piped into sh insecure?] ( #isnt-an-install-script-piped-into-sh-insecure )
31
- - [ How do I make my keyboard shortcuts work?] ( #how-do-i-make-my-keyboard-shortcuts-work )
32
- - [ Differences compared to Theia?] ( #differences-compared-to-theia )
33
- - [ ` $HTTP_PROXY ` , ` $HTTPS_PROXY ` , ` $NO_PROXY ` ] ( #http_proxy-https_proxy-no_proxy )
34
- - [ Enterprise] ( #enterprise )
5
+ - [ FAQ] ( #faq )
6
+ - [ Questions?] ( #questions )
7
+ - [ iPad Status?] ( #ipad-status )
8
+ - [ Community Projects (awesome-code-server)] ( #community-projects-awesome-code-server )
9
+ - [ How can I reuse my VS Code configuration?] ( #how-can-i-reuse-my-vs-code-configuration )
10
+ - [ Differences compared to VS Code?] ( #differences-compared-to-vs-code )
11
+ - [ How can I request a missing extension?] ( #how-can-i-request-a-missing-extension )
12
+ - [ How do I configure the marketplace URL?] ( #how-do-i-configure-the-marketplace-url )
13
+ - [ Where are extensions stored?] ( #where-are-extensions-stored )
14
+ - [ How is this different from VS Code Codespaces?] ( #how-is-this-different-from-vs-code-codespaces )
15
+ - [ How should I expose code-server to the internet?] ( #how-should-i-expose-code-server-to-the-internet )
16
+ - [ Can I store my password hashed?] ( #can-i-store-my-password-hashed )
17
+ - [ How do I securely access web services?] ( #how-do-i-securely-access-web-services )
18
+ - [ Sub-paths] ( #sub-paths )
19
+ - [ Sub-domains] ( #sub-domains )
20
+ - [ Why does the code-server proxy strip ` /proxy/<port> ` from the request path?] ( #why-does-the-code-server-proxy-strip-proxyport-from-the-request-path )
21
+ - [ Proxying to Create React App] ( #proxying-to-create-react-app )
22
+ - [ Multi-tenancy] ( #multi-tenancy )
23
+ - [ Docker in code-server container?] ( #docker-in-code-server-container )
24
+ - [ How can I disable telemetry?] ( #how-can-i-disable-telemetry )
25
+ - [ How does code-server decide what workspace or folder to open?] ( #how-does-code-server-decide-what-workspace-or-folder-to-open )
26
+ - [ How do I debug issues with code-server?] ( #how-do-i-debug-issues-with-code-server )
27
+ - [ Heartbeat File] ( #heartbeat-file )
28
+ - [ Healthz endpoint] ( #healthz-endpoint )
29
+ - [ How does the config file work?] ( #how-does-the-config-file-work )
30
+ - [ How do I customize the "Go Home" button?] ( #how-do-i-customize-the-go-home-button )
31
+ - [ Isn't an install script piped into sh insecure?] ( #isnt-an-install-script-piped-into-sh-insecure )
32
+ - [ How do I make my keyboard shortcuts work?] ( #how-do-i-make-my-keyboard-shortcuts-work )
33
+ - [ Differences compared to Theia?] ( #differences-compared-to-theia )
34
+ - [ ` $HTTP_PROXY ` , ` $HTTPS_PROXY ` , ` $NO_PROXY ` ] ( #http_proxy-https_proxy-no_proxy )
35
+ - [ Enterprise] ( #enterprise )
35
36
36
37
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
37
38
@@ -43,7 +44,7 @@ Please file all questions and support requests at https://github.com/cdr/code-se
43
44
44
45
Please see [ ./ipad.md] ( ./ipad.md ) .
45
46
46
- ## Community projects (awesome-code-server)
47
+ ## Community Projects (awesome-code-server)
47
48
48
49
Visit the [ awesome-code-server] ( https://github.com/cdr/awesome-code-server ) repository to view community projects and guides with code-server! Feel free to add your own!
49
50
0 commit comments