瀏覽代碼

Add files via upload

don 1 年之前
父節點
當前提交
5e77d80b77
共有 1 個文件被更改,包括 35 次插入0 次删除
  1. 35 0
      template/apps/cura-novnc.json

+ 35 - 0
template/apps/cura-novnc.json

@@ -0,0 +1,35 @@
+{
+	"categories": [
+		"Tools"
+	],
+	"description": "This is a super basic noVNC build using supervisor to serve Cura in your favorite web browser. ",
+	"env": [
+		{
+			"default": "1000",
+			"label": "PUID",
+			"name": "PUID"
+		},
+		{
+			"default": "1000",
+			"label": "PGID",
+			"name": "PGID"
+		}
+	],
+	"image_amd64": "cura-novnc",
+	"logo": "https://raw.githubusercontent.com/PlexRipper/PlexRipper/dev/export/plexripper/logo/full/full-logo-256.png",
+	"name": "Cura NoVNC",
+	"officialDoc": "https://github.com/helfrichmichael/cura-novnc",
+	"platform": "linux",
+	"ports": [
+		"9080:8080/tcp"
+	],
+	"restart_policy": "unless-stopped",
+	"title": "Cura-NoVNC",
+	"type": 1,
+	"volumes": [
+		{
+			"container": "/configs"
+		}
+	],
+	"webpage": "https://hub.docker.com/r/mikeah/cura-novnc"
+}