فهرست منبع

Create dashy.json

don 2 سال پیش
والد
کامیت
910c6708f3
1فایلهای تغییر یافته به همراه37 افزوده شده و 0 حذف شده
  1. 37 0
      template/apps/dashy.json

+ 37 - 0
template/apps/dashy.json

@@ -0,0 +1,37 @@
+{
+	"categories": [
+		"Dashboard"
+	],
+	"description": "Dashy helps you organize your self-hosted services by making them accessible from a single place",
+	"env": [
+		{
+			"default": "1000",
+			"label": "PUID",
+			"name": "PUID"
+		},
+		{
+			"default": "1000",
+			"label": "PGID",
+			"name": "PGID"
+		}
+	],
+	"image32": "lissy93/dashy",
+	"image64": "lissy93/dashy",
+	"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/dashy.png",
+	"name": "Dashy",
+	"officialDoc": "https://dashy.to/docs/quick-start,
+	"platform": "linux",
+	"ports": [
+		"9100:80/tcp"
+	],
+	"restart_policy": "unless-stopped",
+	"title": "Dashy",
+	"type": 1,
+	"volumes": [
+		{
+			"bind": "/portainer/Files/AppData/Config/Dashy/local-conf.yml",
+			"container": "/app/public/conf.yml"
+		}
+	],
+	"webpage": "https://dashy.to"
+}