mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-10 19:05:09 +00:00
77d2df5a0f
* Update JSON Files for Website * fix microcode json
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "OpenObserve",
|
|
"slug": "openobserve",
|
|
"categories": [
|
|
7
|
|
],
|
|
"date_created": "2024-05-02",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 5080,
|
|
"documentation": null,
|
|
"website": "https://openobserve.ai/",
|
|
"logo": "https://github.com/community-scripts/ProxmoxVE/blob/main/misc/images/openobsecure.png?raw=true",
|
|
"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"
|
|
}
|
|
]
|
|
} |