-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 0c6bc5e 🚀
- Loading branch information
1 parent
6500dc2
commit c804cd5
Showing
1 changed file
with
73 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|