From 50b47d0b9e9c6dfe8e359f7ff1dca9ace4d30676 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Thu, 24 Apr 2025 11:11:48 +0200 Subject: [PATCH] Create openobserve.json --- frontend/public/json/openobserve.json | 39 +++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 frontend/public/json/openobserve.json diff --git a/frontend/public/json/openobserve.json b/frontend/public/json/openobserve.json new file mode 100644 index 00000000..feaaf455 --- /dev/null +++ b/frontend/public/json/openobserve.json @@ -0,0 +1,39 @@ +{ + "name": "OpenObserve", + "slug": "openobserve", + "categories": [ + 9 + ], + "date_created": "2024-05-02", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": 5080, + "documentation": null, + "website": "https://openobserve.ai/", + "logo": "https://avatars.githubusercontent.com/u/95867656", + "description": "OpenObserve is a simple yet sophisticated log search, infrastructure monitoring, and APM solution.", + "install_methods": [ + { + "type": "default", + "script": "ct/openobserve.sh", + "resources": { + "cpu": 1, + "ram": 512, + "hdd": 3, + "os": "debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [ + { + "text": "Show Login Credentials: `cat /opt/openobserve/data/.env`", + "type": "info" + } + ] +}