Skip to content

Commit

Permalink
Deploying to gh-pages from @ 0c6bc5e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickelectric committed Jan 15, 2024
1 parent 6500dc2 commit c804cd5
Showing 1 changed file with 73 additions and 0 deletions.
73 changes: 73 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4556,6 +4556,79 @@
"extension_logo": "https://raw.githubusercontent.com/bluerobotics/BlueOS-Extensions-Repository/master/repos/williangalvani/example2/extension_logo.png",
"company_logo": "https://raw.githubusercontent.com/bluerobotics/BlueOS-Extensions-Repository/master/repos/williangalvani/company_logo.png"
},
{
"identifier": "williangalvani.blueos-proxy",
"name": "BlueOS Proxy",
"description": "BlueOS Proxy",
"docker": "williangalvani/blueos-extension-proxy",
"website": "https://github.com/Williangalvani/Blueos-Proxy-Extension",
"versions": {
"v1.0.0": {
"permissions": {
"ExposedPorts": {},
"HostConfig": {
"Binds": [
"/usr/blueos/userdata/blueos-proxy/:/usr/blueos/userdata/blueos-proxy/"
],
"NetworkMode": "host"
}
},
"requirements": "core >= 1.1",
"tag": "v1.0.0",
"website": "https://github.com/Williangalvani/Blueos-Proxy-Extension",
"authors": [
{
"name": "Willian Galvani",
"email": "[email protected]"
}
],
"docs": null,
"readme": "# Blueos Proxy Extension\n\nThis allows you to browse the ROV network as if you were in there.\nIt is useful for accessing and configuring routers and other local devices that may not be reachable from the GCS computer.",
"company": {
"name": "Blue Robotics",
"about": "",
"email": "[email protected]"
},
"support": "https://github.com/Williangalvani/Blueos-Proxy-Extension",
"type": "example",
"filter_tags": [],
"extra_links": {}
},
"v0.0.1": {
"permissions": {
"ExposedPorts": {},
"HostConfig": {
"Binds": [
"/usr/blueos/userdata/blueos-proxy/:/usr/blueos/userdata/blueos-proxy/"
],
"NetworkMode": "host"
}
},
"requirements": "core >= 1.1",
"tag": "v0.0.1",
"website": "https://github.com/Williangalvani/BlueOS-examples/",
"authors": [
{
"name": "Willian Galvani",
"email": "[email protected]"
}
],
"docs": null,
"readme": "Could not get readme https://raw.githubusercontent.com/Williangalvani/BlueOS-examples/v0.0.1/example4-vue-backend/Readme.md: status: 404",
"company": {
"name": "Blue Robotics",
"about": "",
"email": "[email protected]"
},
"support": "https://github.com/Williangalvani/BlueOS-examples/",
"type": "example",
"filter_tags": [],
"extra_links": {}
}
},
"extension_logo": "https://raw.githubusercontent.com/bluerobotics/BlueOS-Extensions-Repository/master/repos/williangalvani/blueos-proxy/extension_logo.png",
"company_logo": "https://raw.githubusercontent.com/bluerobotics/BlueOS-Extensions-Repository/master/repos/williangalvani/company_logo.png"
},
{
"identifier": "williangalvani.usbip",
"name": "USBIP",
Expand Down

0 comments on commit c804cd5

Please sign in to comment.