浏览代码

Add alpine-xfce4-novnc

Robert Middleswarth 2 年之前
父节点
当前提交
6c357c4542
共有 1 个文件被更改,包括 22 次插入0 次删除
  1. 22 0
      template/apps/alpine-xfce4-novnc.json

+ 22 - 0
template/apps/alpine-xfce4-novnc.json

@@ -0,0 +1,22 @@
+{
+	"categories": [
+		"Other",
+		"Tools"
+	],
+	"description": "",
+	"image_arm32": "novaspirit/alpine_xfce4_novnc:latest",
+	"image_arm64": "novaspirit/alpine_xfce4_novnc:latest",
+	"image_amd64": "novaspirit/alpine_xfce4_novnc:latest",
+	"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/novnc.png",
+	"name": "alpine-xfce4-novnc",
+	"note": "Default username/password will be alpine/alpine.",
+	"officialDoc": "https://github.com/novaspirit/Alpine_xfce4_noVNC",
+	"platform": "linux",
+	"ports": [
+		"6080:6080/tcp"
+	],
+	"restart_policy": "unless-stopped",
+	"title": "Alpine Xfce4 noVNC",
+	"type": 1,
+	"webpage": "https://github.com/novaspirit/Alpine_xfce4_noVNC"
+}