From 744d99bc6ef6bb656990a865e9def6e40a8f3876 Mon Sep 17 00:00:00 2001 From: tteckster <tteckster@gmail.com> Date: Thu, 4 Aug 2022 18:02:56 -0400 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 653fd82d..6165e4ca 100644 --- a/README.md +++ b/README.md @@ -1721,6 +1721,29 @@ ________________________________________________________________________________ </details> +<details> +<summary markdown="span"> 🔸Code Server</summary> + +<p align="center"><img src="https://user-images.githubusercontent.com/674621/71187801-14e60a80-2280-11ea-94c9-e56576f76baf.png?raw=true" height="100"/></p> + +<h1 align="center" id="heading"> Code Server </h1> + +To Install Code Server, ⚠️ run the following in the LXC console. + +```yaml +bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/code-server.sh)" +``` + +[Code Server](https://code.visualstudio.com/docs/remote/vscode-server) is a service you can run on a remote development machine, like your desktop PC or a virtual machine (VM). It allows you to securely connect to that remote machine from anywhere through a vscode.dev URL, without the requirement of SSH. + + + +**Code Server Interface - http:// IP:8680** + +___________________________________________________________________________________________ + +</details> + <details> <summary markdown="span"> Webmin System Administration</summary>