Skip to content

Commit

Permalink
Deploying to gh-pages from @ 2e7cac7 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickelectric committed Dec 19, 2023
1 parent 477ffa3 commit 8a67ba3
Showing 1 changed file with 122 additions and 0 deletions.
122 changes: 122 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,128 @@
"docker": "maphstra/jm-connect-blueos",
"website": "https://www.jmrobotics.no",
"versions": {
"0.1.0": {
"permissions": {
"Env": [
"SERVER_URL=https://software.jmrobotics.no/server/",
"I2CBUS=6",
"ROV_ID=<rov_id>"
],
"ExposedPorts": {
"1337/tcp": {},
"8137/tcp": {},
"1338/tcp": {}
},
"NetworkMode": "host",
"HostConfig": {
"Privileged": true,
"Binds": [
"/root/.config/jm:/root/.config"
],
"ExtraHosts": [
"host.docker.internal:host-gateway"
],
"PortBindings": {
"1337/tcp": [
{
"HostPort": "1337"
}
],
"8137/tcp": [
{
"HostPort": "8137"
}
],
"1338/tcp": [
{
"HostPort": "1338"
}
]
}
}
},
"requirements": "core >= 1",
"tag": "0.1.0",
"website": "https://www.jmrobotics.no",
"authors": [
{
"name": "Mads Peter Hammer Strand",
"email": "[email protected]"
}
],
"docs": null,
"readme": "# JM Robotics, JM-Connect Extension.\n\nThis extension is for connecting your ROV to the JM Connect Ecosystem.\nIt also allows controlling focus-level of JM Robotics focus-cameras. \n\nIn addition you can stream audio from the rpi's camera at http://<rov-ip>:8137 (beta)\n\n",
"company": {
"name": "JM Robotics",
"about": "",
"email": "[email protected]"
},
"support": "https://www.jmrobotics.no",
"type": "other",
"filter_tags": [],
"extra_links": {}
},
"0.0.9": {
"permissions": {
"Env": [
"SERVER_URL=https://software.jmrobotics.no/server/",
"I2CBUS=6",
"ROV_ID=<rov_id>"
],
"ExposedPorts": {
"1337/tcp": {},
"8137/tcp": {},
"1338/tcp": {}
},
"NetworkMode": "host",
"HostConfig": {
"Privileged": true,
"Binds": [
"/root/.config/jm:/root/.config"
],
"ExtraHosts": [
"host.docker.internal:host-gateway"
],
"PortBindings": {
"1337/tcp": [
{
"HostPort": "1337"
}
],
"8137/tcp": [
{
"HostPort": "8137"
}
],
"1338/tcp": [
{
"HostPort": "1338"
}
]
}
}
},
"requirements": "core >= 1",
"tag": "0.0.9",
"website": "https://www.jmrobotics.no",
"authors": [
{
"name": "Mads Peter Hammer Strand",
"email": "[email protected]"
}
],
"docs": null,
"readme": "# JM Robotics, JM-Connect Extension.\n\nThis extension is for connecting your ROV to the JM Connect Ecosystem.\nIt also allows controlling focus-level of JM Robotics focus-cameras. \n\nIn addition you can stream audio from the rpi's camera at http://<rov-ip>:8137 (beta)\n\n",
"company": {
"name": "JM Robotics",
"about": "",
"email": "[email protected]"
},
"support": "https://www.jmrobotics.no",
"type": "other",
"filter_tags": [],
"extra_links": {}
},
"0.0.8": {
"permissions": {
"Env": [
Expand Down

0 comments on commit 8a67ba3

Please sign in to comment.