diff --git a/manifest.json b/manifest.json index 29b258e..a2906af 100644 --- a/manifest.json +++ b/manifest.json @@ -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": "willian@bluerobotics.com" + } + ], + "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": "support@bluerobotics.com" + }, + "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": "willian@bluerobotics.com" + } + ], + "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": "support@bluerobotics.com" + }, + "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",