瀏覽代碼

added octoprint (#102)

Ammer Ashraf Emon 2 年之前
父節點
當前提交
6c3c86ea05
共有 2 個文件被更改,包括 44 次插入0 次删除
  1. 二進制
      images/octoprint.png
  2. 44 0
      template/apps/octoprint.json

二進制
images/octoprint.png


+ 44 - 0
template/apps/octoprint.json

@@ -0,0 +1,44 @@
+{
+    "categories": [
+        "Other",
+        "Tools"
+    ],
+    "description": "OctoPrint is an open source 3D printer controller application, which provides a web interface for the connected printers.",
+    "env": [
+        {
+            "default": "development ",
+            "label": "NODE_ENV",
+            "name": "NODE_ENV"
+        },
+        {
+            "default": "true",
+            "label": "ENABLE_MJPG_STREAMER",
+            "name": "ENABLE_MJPG_STREAMER"
+        }
+    ],
+    "image_arm32": "octoprint/octoprint:latest",
+    "image_arm64": "octoprint/octoprint:latest",
+    "image_amd64": "octoprint/octoprint:latest",
+    "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/octoprint.png",
+    "name": "octoprint",
+    "platform": "linux",
+    "ports": [
+        "8051:80/tcp"
+    ],
+    "privileged": true,
+    "restart_policy": "unless-stopped",
+    "title": "OctoPrint",
+    "type": 1,
+    "volumes": [
+        {
+            "bind": "/portainer/Files/AppData/Config/OctoPrint",
+            "container": "/octoprint"
+        },
+        {
+            "bind": "/dev",
+            "container": "/dev"
+        }
+    ],
+    "officialDoc": "https://hub.docker.com/r/octoprint/octoprint",
+    "webpage": "https://octoprint.org/"
+}