From 8a67ba3d140c28a404c2e5fa50fd3db99539191c Mon Sep 17 00:00:00 2001 From: patrickelectric Date: Tue, 19 Dec 2023 10:04:46 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20bluerobo?= =?UTF-8?q?tics/BlueOS-Extensions-Repository@2e7cac78c03e648c99a2ef7e15cfc?= =?UTF-8?q?5074cefda62=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 122 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) diff --git a/manifest.json b/manifest.json index c93b86d..7476440 100644 --- a/manifest.json +++ b/manifest.json @@ -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=" + ], + "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": "mads@jmrobotics.no" + } + ], + "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://:8137 (beta)\n\n", + "company": { + "name": "JM Robotics", + "about": "", + "email": "support@jmrobotics.no" + }, + "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=" + ], + "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": "mads@jmrobotics.no" + } + ], + "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://:8137 (beta)\n\n", + "company": { + "name": "JM Robotics", + "about": "", + "email": "support@jmrobotics.no" + }, + "support": "https://www.jmrobotics.no", + "type": "other", + "filter_tags": [], + "extra_links": {} + }, "0.0.8": { "permissions": { "Env": [