add uptime kuma

This commit is contained in:
Jos Visser 2022-12-29 21:35:32 +01:00 committed by GitHub
parent 05f337ccea
commit c315e329dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 0 deletions

View File

@ -3271,6 +3271,28 @@
} }
] ]
}, },
{
"categories": [
"Task Server"
],
"description": "It is a self-hosted monitoring tool like Uptime Robot",
"image": "louislam/uptime-kuma:latest",
"logo": "https://images.opencollective.com/uptime-kuma/29c5113/logo/256.png",
"name": "uptime-kuma",
"platform": "linux",
"ports": [
"3001:3001/tcp"
],
"restart_policy": "always",
"title": "Uptime Kuma",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/UptimeKuma",
"container": "/app/data"
}
]
},
{ {
"categories": ["Management", "Tools"], "categories": ["Management", "Tools"],
"description": "The Unifi-controller Controller software is a powerful, enterprise wireless software engine ideal for high-density client deployments requiring low latency and high uptime performance.", "description": "The Unifi-controller Controller software is a powerful, enterprise wireless software engine ideal for high-density client deployments requiring low latency and high uptime performance.",