mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-23 06:45:28 +02:00
Adds OneUptime (open-source observability platform: uptime monitoring, status pages, incident management, on-call, logs/traces/metrics) as a template, following upstream's current single-app architecture (app + nginx ingress + postgres + redis + clickhouse + probe). Closes #514 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
21 lines
569 B
JSON
21 lines
569 B
JSON
{
|
|
"id": "oneuptime",
|
|
"name": "OneUptime",
|
|
"version": "11.5.6",
|
|
"description": "OneUptime is an open-source observability platform: uptime monitoring, status pages, incident management, on-call rotations, logs, traces and metrics in one place.",
|
|
"logo": "oneuptime.svg",
|
|
"links": {
|
|
"github": "https://github.com/OneUptime/oneuptime",
|
|
"website": "https://oneuptime.com/",
|
|
"docs": "https://oneuptime.com/docs"
|
|
},
|
|
"tags": [
|
|
"monitoring",
|
|
"observability",
|
|
"status-page",
|
|
"incident-management",
|
|
"on-call",
|
|
"alerting"
|
|
]
|
|
}
|