From 99227641831991d9c3d26a9f36bd4488b39d4795 Mon Sep 17 00:00:00 2001 From: patrickelectric Date: Thu, 13 Jul 2023 16:55:39 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20bluerobo?= =?UTF-8?q?tics/BlueOS-Extensions-Repository@743793db6c00ef079c37f08216bb6?= =?UTF-8?q?8eb91722a6f=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/manifest.json b/manifest.json index 5dcfb7f..e18b994 100644 --- a/manifest.json +++ b/manifest.json @@ -229,6 +229,51 @@ "docker": "patrickelectric/blueos-openvscode", "website": "https://github.com/patrickelectric/blueos-code-server", "versions": { + "1.0.3": { + "permissions": { + "ExposedPorts": { + "80/tcp": {} + }, + "HostConfig": { + "Privileged": true, + "Binds": [ + "/usr/blueos/userdata:/home/workspace/userdata:rw", + "/usr/blueos/openvscode:/openvscode:rw", + "/:/home/workspace/host:rw" + ], + "PortBindings": { + "80/tcp": [ + { + "HostPort": "" + } + ] + } + } + }, + "requirements": null, + "tag": "1.0.3", + "website": null, + "authors": [ + { + "name": "Patrick Jos\u00e9 Pereira", + "email": "patrickelectric@gmail.com" + } + ], + "docs": null, + "readme": "# BlueOS Code Server\n\nBlueOS extension for OpenVSCode Server.\n\nOpenVSCode server is a project where it provides a version of VS Code that runs a server on a remote machine and allows access through a modern web browser. It's based on the very same architecture used by Gitpod or GitHub Codespaces at scale.", + "company": null, + "support": null, + "type": "other", + "filter_tags": [ + "code", + "development", + "ide", + "vscode", + "python", + "rust" + ], + "extra_links": {} + }, "1.0.2": { "permissions": { "ExposedPorts": {