29 lines
828 B
JSON
29 lines
828 B
JSON
{
|
|
"categories": [
|
|
"Other",
|
|
"Tools"
|
|
],
|
|
"description": "It is a self-hosted monitoring tool like 'Uptime Robot'.",
|
|
"image_arm32": "louislam/uptime-kuma:latest",
|
|
"image_arm64": "louislam/uptime-kuma:latest",
|
|
"image_amd64": "louislam/uptime-kuma:latest",
|
|
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/uptime-kuma.png",
|
|
"name": "uptime-kuma",
|
|
"note": "A fancy self-hosted monitoring tool.",
|
|
"officialDoc": "https://github.com/louislam/uptime-kuma/wiki/%F0%9F%94%A7-How-to-Install#-docker",
|
|
"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"
|
|
}
|
|
],
|
|
"webpage": "https://github.com/louislam/uptime-kuma"
|
|
}
|