|
@@ -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"
|
|
|
+ }
|
|
|
+ ]
|
|
|
}
|
|
|
]
|
|
|
}
|