From c87357e916037c3c8d4982abcb3a83078f929849 Mon Sep 17 00:00:00 2001 From: Acker Dawn Apple Date: Fri, 4 Dec 2020 14:51:35 -0500 Subject: [PATCH 1/7] Update guide.md (#2125) --- doc/guide.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/guide.md b/doc/guide.md index ce17a361..6666089a 100644 --- a/doc/guide.md +++ b/doc/guide.md @@ -7,6 +7,7 @@ - [Google Cloud](#google-cloud) - [2. Install code-server](#2-install-code-server) - [3. Expose code-server](#3-expose-code-server) + - [iPad Simple Setup](#ipad-simple-setup) - [SSH forwarding](#ssh-forwarding) - [Let's Encrypt](#lets-encrypt) - [NGINX](#nginx) @@ -115,6 +116,12 @@ There are several approaches to securely operating and exposing `code-server`. **tip**: You can list the full set of `code-server` options with `code-server --help` +### iPad Simple Setup + +Now that you have an exposed code-server instance with an IP and port number, you are one simple step away. + +Download [Serveediter](https://apps.apple.com/us/app/servediter-for-code-server/id1504491325) from the App Store and then input your server information. If you are running a local server or mabye a usb-c connected Raspberry Pi, you will input your settings into "Self Hosted Server". + ### SSH forwarding We highly recommend this approach for not requiring any additional setup, you just need an From 01323d799b0db4125415964f6e1d0aaa48e5d617 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Fri, 4 Dec 2020 14:55:24 -0500 Subject: [PATCH 2/7] doc/ipad.md: Add Servediter iPad App Builds upon the previous commit. Thanks @AckerApple --- doc/guide.md | 7 ------- doc/ipad.md | 12 ++++++++++++ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/doc/guide.md b/doc/guide.md index 6666089a..ce17a361 100644 --- a/doc/guide.md +++ b/doc/guide.md @@ -7,7 +7,6 @@ - [Google Cloud](#google-cloud) - [2. Install code-server](#2-install-code-server) - [3. Expose code-server](#3-expose-code-server) - - [iPad Simple Setup](#ipad-simple-setup) - [SSH forwarding](#ssh-forwarding) - [Let's Encrypt](#lets-encrypt) - [NGINX](#nginx) @@ -116,12 +115,6 @@ There are several approaches to securely operating and exposing `code-server`. **tip**: You can list the full set of `code-server` options with `code-server --help` -### iPad Simple Setup - -Now that you have an exposed code-server instance with an IP and port number, you are one simple step away. - -Download [Serveediter](https://apps.apple.com/us/app/servediter-for-code-server/id1504491325) from the App Store and then input your server information. If you are running a local server or mabye a usb-c connected Raspberry Pi, you will input your settings into "Self Hosted Server". - ### SSH forwarding We highly recommend this approach for not requiring any additional setup, you just need an diff --git a/doc/ipad.md b/doc/ipad.md index 9c1b4ac8..0c2c60bb 100644 --- a/doc/ipad.md +++ b/doc/ipad.md @@ -4,6 +4,7 @@ - [Known Issues](#known-issues) - [How to access code-server with a self signed certificate on iPad?](#how-to-access-code-server-with-a-self-signed-certificate-on-ipad) + - [Servediter iPad App](#servediter-ipad-app) @@ -51,3 +52,14 @@ refuse to allow WebSockets to connect. 5. Go to `Settings -> About -> Certificate Trust Settings` and enable full trust for the certificate. 6. Now you can access code-server! 🍻 + +### Servediter iPad App + +If you are unable to get the self signed certificate working or you do not have a domain +name to use, you can use the Servediter iPad App instead! + +**note**: This is not an officially supported app by the code-server team! + +Download [Serveediter](https://apps.apple.com/us/app/servediter-for-code-server/id1504491325) from the +App Store and then input your server information. If you are running a local server or mabye a usb-c +connected Raspberry Pi, you will input your settings into "Self Hosted Server". From 104b85398c6f24ed76e8c8a48d45cd7f6cd1bb63 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Mon, 7 Dec 2020 15:16:53 -0500 Subject: [PATCH 3/7] doc: Describe issue triaging --- doc/triage.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/triage.md diff --git a/doc/triage.md b/doc/triage.md new file mode 100644 index 00000000..64b4afb8 --- /dev/null +++ b/doc/triage.md @@ -0,0 +1,17 @@ +# Triage + +Triaging code-server issues is done with the following issue filter: + +``` +is:open no:project sort:created-asc -label:blocked -label:upstream +``` + +We cannot work on any `blocked` or `upstream` issues as those are best handled by the +VS Code team. However, in certain circumstances we may fix them only in code-server if +necessary. + +The GitHub project where we manage all our actionable issues is at: +https://github.com/cdr/code-server/projects/1 + +Finally, we use milestones to track what issues are planned/or were closed for what release. +https://github.com/cdr/code-server/milestones From ddc06587069f9d41ba621686892ad6feff239e5a Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Tue, 8 Dec 2020 09:33:55 -0500 Subject: [PATCH 4/7] Remove cmoog assignment for extension requests --- .github/ISSUE_TEMPLATE/extension-request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/extension-request.md b/.github/ISSUE_TEMPLATE/extension-request.md index 5ed3e159..56e5278a 100644 --- a/.github/ISSUE_TEMPLATE/extension-request.md +++ b/.github/ISSUE_TEMPLATE/extension-request.md @@ -3,7 +3,7 @@ name: Extension request about: Request an extension missing from the code-server marketplace title: "" labels: extension-request -assignees: cmoog +assignees: "" ---