浏览代码

Added scrutiny app - WebUI for smartd S.M.A.R.T monitoring (#479)

Benjamin Lenherr 1 年之前
父节点
当前提交
c6f47886a3
共有 3 个文件被更改,包括 67 次插入0 次删除
  1. 二进制
      images/scrutiny.png
  2. 35 0
      template/apps/scrutiny.json
  3. 32 0
      template/portainer-v2-arm64.json

二进制
images/scrutiny.png


+ 35 - 0
template/apps/scrutiny.json

@@ -0,0 +1,35 @@
+{
+	"categories": [
+		"Other",
+		"Tools"
+	],
+	"description": "WebUI for smartd S.M.A.R.T monitoring",
+	"image_arm64": "ghcr.io/analogj/scrutiny:master-omnibus",
+	"image_amd64": "ghcr.io/analogj/scrutiny:master-omnibus",
+	"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/scrutiny.png",
+	"name": "scrutiny",
+	"note": "Set your port (default: 8080) and deploy the container. Edit container, enable SYS_RAWIO capability, add device /dev/sda in host and container field, finaly deploy the container again.",
+	"officialDoc": "https://github.com/AnalogJ/scrutiny",
+	"platform": "linux",
+	"ports": [
+		"8080:8080/tcp"
+	],
+	"restart_policy": "unless-stopped",
+	"title": "scrutiny",
+	"type": 1,
+	"volumes": [
+		{
+			"bind": "/portainer/Files/AppData/Config/scrutiny/config",
+			"container": "/opt/scrutiny/config"
+		},
+		{
+			"bind": "/portainer/Files/AppData/Config/scrutiny/influxdb",
+			"container": "/opt/scrutiny/influxdb"
+		},
+		{
+			"bind": "/run/udev",
+			"container": "/run/udev"
+		}
+	],
+	"webpage": "https://github.com/AnalogJ/scrutiny"
+}

+ 32 - 0
template/portainer-v2-arm64.json

@@ -7982,6 +7982,38 @@
 			],
 			"note": "<b>Template created by Pi-Hosted Series</b><br><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://www.samba.org/\" target=\"_blank\">https://www.samba.org/</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/dperson/samba\" target=\"_blank\">https://github.com/dperson/samba</a><br><br><br><b>Youtube Videos:</b><br><ul><li><a href=https://www.youtube.com/watch?v=2zZ3_1GRWrM&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=11 target=\"_blank\">Novaspirit Tech - Setting up Raspberry Pi Samba Server For File Sharing on Docker</a></li><li><a href=https://www.youtube.com/watch?v=9ln6UFH4z8o target=\"_blank\">Novaspirit Tech - Building NAS with Container</a></li></ul><br><br>"
 		},
+		{
+			"categories": [
+				"Other",
+				"Tools"
+			],
+			"description": "WebUI for smartd S.M.A.R.T monitoring",
+			"image": "ghcr.io/analogj/scrutiny:master-omnibus",
+			"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/scrutiny.png",
+			"name": "scrutiny",
+			"note": "<b>Template created by Pi-Hosted Series</b><br><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://github.com/AnalogJ/scrutiny\" target=\"_blank\">https://github.com/AnalogJ/scrutiny</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/AnalogJ/scrutiny\" target=\"_blank\">https://github.com/AnalogJ/scrutiny</a><br><br><br>Set your port (default: 8080) and deploy the container. Edit container, enable SYS_RAWIO capability, add device /dev/sda in host and container field, finaly deploy the container again.",
+			"platform": "linux",
+			"ports": [
+				"8080:8080/tcp"
+			],
+			"restart_policy": "unless-stopped",
+			"title": "scrutiny",
+			"type": 1,
+			"volumes": [
+				{
+					"bind": "/portainer/Files/AppData/Config/scrutiny/config",
+					"container": "/opt/scrutiny/config"
+				},
+				{
+					"bind": "/portainer/Files/AppData/Config/scrutiny/influxdb",
+					"container": "/opt/scrutiny/influxdb"
+				},
+				{
+					"bind": "/run/udev",
+					"container": "/run/udev"
+				}
+			]
+		},
 		{
 			"categories": [
 				"Other",