Initial OpenObserve Cloudron package

This commit is contained in:
Andreas Dueren
2025-08-10 09:10:38 -06:00
commit e48e198274
9 changed files with 561 additions and 0 deletions

34
CloudronManifest.json Normal file
View File

@@ -0,0 +1,34 @@
{
"id": "ai.openobserve.app",
"title": "OpenObserve",
"author": "OpenObserve Team",
"description": "OpenObserve is a cloud native observability platform built specifically for logs, metrics, traces and analytics designed to work at petabyte scale.",
"tagline": "Observability platform for logs, metrics, and traces",
"version": "0.1.0",
"upstreamVersion": "0.10.9",
"minBoxVersion": "7.0.0",
"healthCheckPath": "/",
"httpPort": 5080,
"addons": {
"localstorage": {},
"sendmail": {}
},
"manifestVersion": 2,
"website": "https://openobserve.ai/",
"contactEmail": "hello@openobserve.ai",
"icon": "logo.png",
"tags": [
"observability",
"logging",
"metrics",
"tracing",
"analytics"
],
"changelog": "file://CHANGELOG",
"postInstallMessage": "file://POSTINSTALL",
"mediaLinks": [
"https://openobserve.ai/"
],
"documentationUrl": "https://openobserve.ai/docs/",
"memoryLimit": 1073741824
}