8000 Add telemetry and option to disable by kylecarbs · Pull Request #519 · coder/code-server · GitHub
[go: up one dir, main page]

Skip to content

Add telemetry and option to disable #519

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 17, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update getting started guide
  • Loading branch information
kylecarbs committed Apr 17, 2019
commit c4921fdae29b755061ec3d939a6d464a30f3035b
2 changes: 1 addition & 1 deletion doc/self-hosted/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ Options:
*Important:* For more details about Apache reverse proxy configuration checkout the [documentation](https://httpd.apache.org/docs/current/mod/mod_proxy.html) - especially the [Securing your Server](https://httpd.apache.org/docs/current/mod/mod_proxy.html#access) section

### Help
Use `code-server -h` or `code-server --help` to view the usage for the cli. This is also shown at the beginning of this section.
Use `code-server --help` to view the usage for the CLI. This is also shown at the beginning of this section.
0