How to Code on Your iPad for Free with VS Code [Beginner's Guide]

HomeOther ContentHow to Code on Your iPad for Free with VS Code [Beginner's Guide]
How to Code on Your iPad for Free with VS Code [Beginner's Guide]
How to Code on Your iPad for Free with VS Code [Beginner's Guide]
#iPad #vscode #synology #coding
Many of you have asked me to show how to use Servediter for free and be able to access VS code from an iPad. So I have prepared some useful ideas: the native solution, the local solution and the global solution. This is just a beginner's guide, but it will give you some guidance on what you should do next.

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

Application of codes:
https://apps.apple.com/us/app/code-app/id1512938504?len
GitHub code app:
https://github.com/thebaselab/codeapp

Servediter app:
https://apps.apple.com/us/app/servediter-for-code-server/id1504491325?len

Docker official website:
https://www.docker.com/get-started/

Open the VSCode server:
https://github.com/gitpod-io/openvscode-server
Open the 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/

Commands you might need:

Installing Synology VS Code Docker:
docker run -d –namecodeserver //
-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

Workaround for permission error:
stat -c %a /var/run/docker.sock
sudo chmod 666 /var/run/docker.sock

00:00 – Introduction
01:15 – Using the Code app on an iPad
02:44 – Using the Servediter app with a subscription
04:23 – Officelab keyboard
05:51 – Installing VS Code in a Docker container on a Mac
08:17 – Connecting to VS Code on a Mac from the iPad
09:58 – Installing VS Code in a Docker container on a Synology NAS
3:28 p.m. – Connecting to VS Code on a Synology NAS from the iPad

Please take the opportunity to connect and share this video with your friends and family if you find it useful.

No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *