How to code on your iPad with VS Code for free [Beginners guide]



How to code on your iPad with VS Code for free [Beginners guide]

How to code on your iPad with VS Code for free [Beginners guide]

#iPad #vscode #synology #coding
Many of you asked me to show how to use Servediter for free and to be able to access the VS code from an iPad. So I’ve prepared a few useful ways to go: the native solution, the local solution and the global solution. This is just a beginners guide but it will give you the direction of what you should do next.

Officelab Keyboard:
Europe: https://www.amazon.de/Officelab-Beleuchtete-kompatibel-Generation-Hintergrundbeleuchtung/dp/B09RV74N7K
USA: https://www.amazon.com/Officelab-Bluetooth-Compatible-Generation-Backlight/dp/B09S35NL71

Code App:
https://apps.apple.com/us/app/code-app/id1512938504?l=en
Code App GitHub:
https://github.com/thebaselab/codeapp

Servediter App:
https://apps.apple.com/us/app/servediter-for-code-server/id1504491325?l=en

Docker Official Website:
https://www.docker.com/get-started/

Open VSCode Server:
https://github.com/gitpod-io/openvscode-server
Open VSCode Server Guides:
https://github.com/gitpod-io/openvscode-server/tree/docs

Time Zones on Wikipedia:
https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

Synology External Access:
https://mariushosting.com/synology-how-to-add-wildcard-certificate/

The commands you might need:

Synology VS code Docker installation:
docker run -d –name=codeserver
-p 8377:8443
-e PUID=%UID%
-e PGID=%PID%
-e TZ=%timezone%
-e PASSWORD=%pass%
-e PROXY_DOMAIN=%proxydomain%.synology.me
-v %location%:/config
–restart always
ghcr.io/linuxserver/code-server

Bypassing the permissions error:
stat -c %a /var/run/docker.sock
sudo chmod 666 /var/run/docker.sock

00:00 – Intro
01:15 – Using Code App on an iPad
02:44 – Using Servediter App with a subscription
04:23 – Officelab Keyboard
05:51 – Installing VS Code in a docker container to a Mac
08:17 – Connecting to the VS Code on a Mac from the iPad
09:58 – Installing VS Code in a docker container to a Synology NAS 
15:28 – Connecting to the VS Code on a Synology NAS from the iPad

Comments are closed.