-
Notifications
You must be signed in to change notification settings - Fork 20
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 @ 2e7cac7 🚀
- Loading branch information
1 parent
477ffa3
commit 8a67ba3
Showing
1 changed file
with
122 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 |
---|---|---|
|
@@ -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": [ | ||
|