You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* upstream/master: (68 commits)
Fix docker oneliner in README.md
Fix macOS release
Rename codercom/code-server to cdr/code-server
Expose Terminal Service in API
Make preserveEnv return a new object
Preserve environment when forking shared process (coder#545)
codercom -> cdr
Package only on darwin
Include version with target env
Add docker service
Add support for musl and centos
Remove reveal in finder/explorer option from the context menu (coder#586)
Fix open dialog crash when there is a broken link
Only output password if it was generated
Fix full screen detection for Chromium
Fix toggling full screen
Improve size column in dialogs
Fix typo DigitalOcean (coder#595)
Fixcoder#587 (coder#588)
Fix protocol fs test
...
[Try `code-server` now](https://coder.com/signup) for free at coder.com.
28
+
Use [sshcode](https://github.com/codercom/sshcode) for a simple setup.
29
29
30
30
### Docker
31
31
32
32
See docker oneliner mentioned above. Dockerfile is at [/Dockerfile](/Dockerfile).
33
33
34
34
### Binaries
35
35
36
-
1.[Download a binary](https://github.com/codercom/code-server/releases) (Linux and OS X supported. Windows coming soon)
36
+
1.[Download a binary](https://github.com/cdr/code-server/releases) (Linux and OS X supported. Windows coming soon)
37
37
2. Start the binary with the project directory as the first argument
38
38
39
39
```
@@ -46,7 +46,7 @@ See docker oneliner mentioned above. Dockerfile is at [/Dockerfile](/Dockerfile)
46
46
47
47
For detailed instructions and troubleshooting, see the [self-hosted quick start guide](doc/self-hosted/index.md).
48
48
49
-
Quickstart guides for [Google Cloud](doc/admin/install/google_cloud.md), [AWS](doc/admin/install/aws.md), and [Digital Ocean](doc/admin/install/digitalocean.md).
49
+
Quickstart guides for [Google Cloud](doc/admin/install/google_cloud.md), [AWS](doc/admin/install/aws.md), and [DigitalOcean](doc/admin/install/digitalocean.md).
50
50
51
51
How to [secure your setup](/doc/security/ssl.md).
52
52
@@ -67,6 +67,12 @@ How to [secure your setup](/doc/security/ssl.md).
67
67
68
68
At the moment we can't use the official VSCode Marketplace. We've created a custom extension marketplace focused around open-sourced extensions. However, if you have access to the `.vsix` file, you can manually install the extension.
69
69
70
+
## Telemetry
71
+
72
+
Use the `--disable-telemetry` flag or set `DISABLE_TELEMETRY=true` to disable tracking ENTIRELY.
- Replace {version} in the following command with the version found on the releases page and run it (or just copy the download URL from the releases page):
- Extract the downloaded tar.gz file with this command, for example:
45
45
```
@@ -66,4 +66,4 @@ If you're just starting out, we recommend [installing code-server locally](../..
66
66
> The `-p 80` flag is necessary in order to make the IDE accessible from the public IP of your instance (also available from the description in the instances page.
67
67
68
68
---
69
-
> NOTE: If you get stuck or need help, [file an issue](https://github.com/codercom/code-server/issues/new?&title=Improve+self-hosted+quickstart+guide), [tweet (@coderhq)](https://twitter.com/coderhq) or [email](mailto:[email protected]?subject=Self-hosted%20quickstart%20guide).
69
+
> NOTE: If you get stuck or need help, [file an issue](https://github.com/cdr/code-server/issues/new?&title=Improve+self-hosted+quickstart+guide), [tweet (@coderhq)](https://twitter.com/coderhq) or [email](mailto:[email protected]?subject=Self-hosted%20quickstart%20guide).
- Once in the SSH session, visit code-server [releases page](https://github.com/codercom/code-server/releases/) and copy the link to the download for the latest linux release
18
+
- Once in the SSH session, visit code-server [releases page](https://github.com/cdr/code-server/releases/) and copy the link to the download for the latest linux release
- Replace {version} in the following command with the version found on the releases page and run it (or just copy the download URL from the releases page):
- Extract the downloaded tar.gz file with this command, for example:
28
28
```
@@ -39,11 +39,11 @@ If you're just starting out, we recommend [installing code-server locally](../..
39
39
> To ensure the connection between you and your server is encrypted view our guide on [securing your setup](../../security/ssl.md)
40
40
- Finally start the code-server
41
41
```
42
-
sudo ./code-server-linux -p 80
42
+
sudo ./code-server -p 80
43
43
```
44
44
> For instructions on how to keep the server running after you end your SSH session please checkout [how to use systemd](https://www.linode.com/docs/quick-answers/linux/start-service-at-boot/) to start linux based services if they are killed
45
45
- When you visit the public IP for your Digital Ocean instance, you will be greeted with this page. Code-server is using a self-signed SSL certificate for easy setup. To proceed to the IDE, click **"Advanced"**<imgsrc ="../../assets/chrome_warning.png">
46
46
- Then click **"proceed anyway"**<imgsrc="../../assets/chrome_confirm.png">
47
47
48
48
---
49
-
> NOTE: If you get stuck or need help, [file an issue](https://github.com/codercom/code-server/issues/new?&title=Improve+self-hosted+quickstart+guide), [tweet (@coderhq)](https://twitter.com/coderhq) or [email](mailto:[email protected]?subject=Self-hosted%20quickstart%20guide).
49
+
> NOTE: If you get stuck or need help, [file an issue](https://github.com/cdr/code-server/issues/new?&title=Improve+self-hosted+quickstart+guide), [tweet (@coderhq)](https://twitter.com/coderhq) or [email](mailto:[email protected]?subject=Self-hosted%20quickstart%20guide).
- Replace {version} in the following command with the version found on the releases page and run it (or just copy the download URL from the releases page):
- Extract the downloaded tar.gz file with this command, for example:
@@ -68,4 +68,4 @@ sudo ./code-server -p 80
68
68
69
69
---
70
70
71
-
> NOTE: If you get stuck or need help, [file an issue](https://github.com/codercom/code-server/issues/new?&title=Improve+self-hosted+quickstart+guide), [tweet (@coderhq)](https://twitter.com/coderhq) or [email](mailto:[email protected]?subject=Self-hosted%20quickstart%20guide).
71
+
> NOTE: If you get stuck or need help, [file an issue](https://github.com/cdr/code-server/issues/new?&title=Improve+self-hosted+quickstart+guide), [tweet (@coderhq)](https://twitter.com/coderhq) or [email](mailto:[email protected]?subject=Self-hosted%20quickstart%20guide).
0 commit comments