Pārlūkot izejas kodu

Merge pull request #49 from ryanfortner/patch-5

Add uptime-kuma
don 3 gadi atpakaļ
vecāks
revīzija
9485978826

BIN
pi-hosted_template/images/uptime-kuma.png


+ 24 - 0
pi-hosted_template/template/portainer-v2.json

@@ -4180,6 +4180,30 @@
 					"container": "/var/run/docker.sock"
 				}
 			]
+		},
+		{
+			"categories": [
+				"Other",
+				"Tools"
+			],
+			"description": "It is a self-hosted monitoring tool like 'Uptime Robot'.",
+			"image": "louislam/uptime-kuma:latest",
+			"logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/pi-hosted_template/images/uptime-kuma.png",
+			"name": "uptime-kuma",
+			"note": "A fancy self-hosted monitoring tool.",
+			"platform": "linux",
+			"ports": [
+				"3001:3001/tcp"
+			],
+			"restart_policy": "unless-stopped",
+			"title": "Uptime Kuma",
+			"type": 1,
+			"volumes": [
+				{
+					"bind": "/portainer/Files/AppData/Config/uptime-kuma",
+					"container": "/app/data"
+				}
+			]
 		}
 	]
 }