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
Copy file name to clipboardExpand all lines: doc/guide.md
+7
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
-[Google Cloud](#google-cloud)
8
8
-[2. Install code-server](#2-install-code-server)
9
9
-[3. Expose code-server](#3-expose-code-server)
10
+
-[iPad Simple Setup](#ipad-simple-setup)
10
11
-[SSH forwarding](#ssh-forwarding)
11
12
-[Let's Encrypt](#lets-encrypt)
12
13
-[NGINX](#nginx)
@@ -115,6 +116,12 @@ There are several approaches to securely operating and exposing `code-server`.
115
116
116
117
**tip**: You can list the full set of `code-server` options with `code-server --help`
117
118
119
+
### iPad Simple Setup
120
+
121
+
Now that you have an exposed code-server instance with an IP and port number, you are one simple step away.
122
+
123
+
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".
124
+
118
125
### SSH forwarding
119
126
120
127
We highly recommend this approach for not requiring any additional setup, you just need an
0 commit comments