Minor typo fixes
This commit is contained in:
parent
0bd2602774
commit
10b06cae10
|
@ -45,7 +45,6 @@ EOF
|
||||||
) > "$RELEASE_PATH/package.json"
|
) > "$RELEASE_PATH/package.json"
|
||||||
rsync yarn.lock "$RELEASE_PATH"
|
rsync yarn.lock "$RELEASE_PATH"
|
||||||
rsync ci/build/npm-postinstall.sh "$RELEASE_PATH/postinstall.sh"
|
rsync ci/build/npm-postinstall.sh "$RELEASE_PATH/postinstall.sh"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bundle_vscode() {
|
bundle_vscode() {
|
||||||
|
|
|
@ -47,7 +47,10 @@ better by allowing the community to submit extensions and repos to avoid waiting
|
||||||
an extension.
|
an extension.
|
||||||
|
|
||||||
If an extension is not available or does not work, you can grab its VSIX from its Github releases or
|
If an extension is not available or does not work, you can grab its VSIX from its Github releases or
|
||||||
build it yourself and [Install from VSIX](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix).
|
build it yourself. Then run the `Extensions: Install from VSIX` command in the Command Palette and
|
||||||
|
point to the .vsix file.
|
||||||
|
|
||||||
|
See below for installing an extension from the cli.
|
||||||
|
|
||||||
Feel free to file an issue to add a missing extension to the marketplace.
|
Feel free to file an issue to add a missing extension to the marketplace.
|
||||||
|
|
||||||
|
@ -81,7 +84,7 @@ your instance.
|
||||||
|
|
||||||
## How should I expose code-server to the internet?
|
## How should I expose code-server to the internet?
|
||||||
|
|
||||||
Please follow [./guide.md]](./guide.md) for our recommendations on setting up and using code-server.
|
Please follow [./guide.md](./guide.md) for our recommendations on setting up and using code-server.
|
||||||
|
|
||||||
code-server only supports password authentication natively.
|
code-server only supports password authentication natively.
|
||||||
|
|
||||||
|
@ -101,7 +104,7 @@ only to HTTP requests.
|
||||||
You can use [Let's Encrypt](https://letsencrypt.org/) to get an SSL certificate
|
You can use [Let's Encrypt](https://letsencrypt.org/) to get an SSL certificate
|
||||||
for free.
|
for free.
|
||||||
|
|
||||||
Again, Please follow [./guide.md]](./guide.md) for our recommendations on setting up and using code-server.
|
Again, Please follow [./guide.md](./guide.md) for our recommendations on setting up and using code-server.
|
||||||
|
|
||||||
## How do I securely access web services?
|
## How do I securely access web services?
|
||||||
|
|
||||||
|
|
|
@ -179,7 +179,7 @@ reverse_proxy 127.0.0.1:8080
|
||||||
sudo systemctl reload caddy
|
sudo systemctl reload caddy
|
||||||
```
|
```
|
||||||
|
|
||||||
Visit `https://<your-instance-ip>` to access code-server. Congratulations!
|
Visit `https://<your-domain-name>` to access code-server. Congratulations!
|
||||||
|
|
||||||
In a future release we plan to integrate Let's Encrypt directly with code-server to avoid
|
In a future release we plan to integrate Let's Encrypt directly with code-server to avoid
|
||||||
the dependency on caddy.
|
the dependency on caddy.
|
||||||
|
|
Loading…
Reference in New Issue