How to code on your iPad with VS Code for free [Beginners guide]
YouTube Viewers YouTube Viewers
6.88K subscribers
480,828 views
0

 Published On Jun 3, 2022

#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-Beleu...
USA: https://www.amazon.com/Officelab-Blue...

Code App:
https://apps.apple.com/us/app/code-ap...
Code App GitHub:
https://github.com/thebaselab/codeapp

Servediter App:
https://apps.apple.com/us/app/servedi...

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

Open VSCode Server:
https://github.com/gitpod-io/openvsco...
Open VSCode Server Guides:
https://github.com/gitpod-io/openvsco...

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

Synology External Access:
https://mariushosting.com/synology-ho...

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

show more

Share/Embed