Files
templates/blueprints/oneuptime/meta.json
Mauricio Siu 6683685dae feat: add OneUptime template
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>
2026-07-16 17:46:15 -06:00

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