From 01323d799b0db4125415964f6e1d0aaa48e5d617 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Fri, 4 Dec 2020 14:55:24 -0500 Subject: [PATCH] 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".