doc/ipad.md: Add Servediter iPad App

Builds upon the previous commit.

Thanks @AckerApple
This commit is contained in:
Anmol Sethi 2020-12-04 14:55:24 -05:00
parent c87357e916
commit 01323d799b
No known key found for this signature in database
GPG Key ID: 8CEF1878FF10ADEB
2 changed files with 12 additions and 7 deletions

View File

@ -7,7 +7,6 @@
- [Google Cloud](#google-cloud) - [Google Cloud](#google-cloud)
- [2. Install code-server](#2-install-code-server) - [2. Install code-server](#2-install-code-server)
- [3. Expose code-server](#3-expose-code-server) - [3. Expose code-server](#3-expose-code-server)
- [iPad Simple Setup](#ipad-simple-setup)
- [SSH forwarding](#ssh-forwarding) - [SSH forwarding](#ssh-forwarding)
- [Let's Encrypt](#lets-encrypt) - [Let's Encrypt](#lets-encrypt)
- [NGINX](#nginx) - [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` **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 ### SSH forwarding
We highly recommend this approach for not requiring any additional setup, you just need an We highly recommend this approach for not requiring any additional setup, you just need an

View File

@ -4,6 +4,7 @@
- [Known Issues](#known-issues) - [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) - [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)
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
@ -51,3 +52,14 @@ refuse to allow WebSockets to connect.
5. Go to `Settings -> About -> Certificate Trust Settings` and enable full trust for 5. Go to `Settings -> About -> Certificate Trust Settings` and enable full trust for
the certificate. the certificate.
6. Now you can access code-server! 🍻 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".