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
I've been coding from my iPad to Raspberry Pi going on several months. I feel a pro at it and far prefer it over a cloud service for it has far less lag being local hosted.
Copy file name to clipboardExpand all lines: doc/ipad.md
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
-[Known Issues](#known-issues)
6
6
-[How to access code-server with a self signed certificate on iPad?](#how-to-access-code-server-with-a-self-signed-certificate-on-ipad)
7
7
-[Servediter iPad App](#servediter-ipad-app)
8
+
-[Raspberry Pi USB-C Network](#raspberry-pi-usb-c-network)
8
9
9
10
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
10
11
@@ -50,7 +51,7 @@ refuse to allow WebSockets to connect.
50
51
4. Go to `Settings -> General -> Profile`, select the profile and then hit `Install`.
51
52
- It should say the profile is verified.
52
53
5. Go to `Settings -> About -> Certificate Trust Settings` and enable full trust for
53
-
the certificate.
54
+
the certificate.[more apple support here](https://support.apple.com/en-us/HT204477)
54
55
6. Now you can access code-server! 🍻
55
56
56
57
### Servediter iPad App
@@ -63,3 +64,11 @@ name to use, you can use the Servediter iPad App instead!
63
64
Download [Serveediter](https://apps.apple.com/us/app/servediter-for-code-server/id1504491325) from the
64
65
App Store and then input your server information. If you are running a local server or mabye a usb-c
65
66
connected Raspberry Pi, you will input your settings into "Self Hosted Server".
67
+
68
+
### Raspberry Pi USB-C Network
69
+
70
+
It is a bit out of scope for this project, however, great success is being reported using iPad on the go with just a single USB-C cable connected to a Raspberry Pi both powering and supplying direct network access. Many support articles already exist but the key steps boil down to turning on Network over USB-C on the Raspberry Pi itself and the rest of the steps are just like getting Code Server running any where else.
71
+
72
+
> Here are my keys to success. I bought a 4" touch screen with fan included that attaches as a case to the Pi. I use the touch screen for anytime I have connection issues, otherwise I turn off the Pi screen. I gave my Pi a network name so I can easily connect at home on wifi or when on go with 1 usb-c cable supplying power and network. LASTLY, not all usb-c cables are equal and not all will work so try different usb-c cables if you are going mad (confirm over wifi first then move to cable).
0 commit comments