Skip to content

Commit

Permalink
Deploying to gh-pages from @ 743793d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickelectric committed Jul 13, 2023
1 parent c4a4160 commit 9922764
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]"
}
],
"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": {
Expand Down

0 comments on commit 9922764

Please sign in to comment.