File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 4545 ) > " $RELEASE_PATH /package.json"
4646 rsync yarn.lock " $RELEASE_PATH "
4747 rsync ci/build/npm-postinstall.sh " $RELEASE_PATH /postinstall.sh"
48-
4948}
5049
5150bundle_vscode () {
Original file line number Diff line number Diff line change @@ -47,7 +47,10 @@ better by allowing the community to submit extensions and repos to avoid waiting
4747an extension.
4848
4949If an extension is not available or does not work, you can grab its VSIX from its Github releases or
50- build it yourself and [ Install from VSIX] ( https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix ) .
50+ build it yourself. Then run the ` Extensions: Install from VSIX ` command in the Command Palette and
51+ point to the .vsix file.
52+
53+ See below for installing an extension from the cli.
5154
5255Feel free to file an issue to add a missing extension to the marketplace.
5356
@@ -81,7 +84,7 @@ your instance.
8184
8285## How should I expose code-server to the internet?
8386
84- Please follow [ ./guide.md]] ( ./guide.md ) for our recommendations on setting up and using code-server.
87+ Please follow [ ./guide.md] ( ./guide.md ) for our recommendations on setting up and using code-server.
8588
8689code-server only supports password authentication natively.
8790
@@ -101,7 +104,7 @@ only to HTTP requests.
101104You can use [ Let's Encrypt] ( https://letsencrypt.org/ ) to get an SSL certificate
102105for free.
103106
104- Again, Please follow [ ./guide.md]] ( ./guide.md ) for our recommendations on setting up and using code-server.
107+ Again, Please follow [ ./guide.md] ( ./guide.md ) for our recommendations on setting up and using code-server.
105108
106109## How do I securely access web services?
107110
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ reverse_proxy 127.0.0.1:8080
179179sudo systemctl reload caddy
180180```
181181
182- Visit ` https://<your-instance-ip > ` to access code-server. Congratulations!
182+ Visit ` https://<your-domain-name > ` to access code-server. Congratulations!
183183
184184In a future release we plan to integrate Let's Encrypt directly with code-server to avoid
185185the dependency on caddy.
You can’t perform that action at this time.
0 commit comments