mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			41 lines
		
	
	
		
			970 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			970 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "OpenObserve",
 | 
						|
  "slug": "openobserve",
 | 
						|
  "categories": [
 | 
						|
    9
 | 
						|
  ],
 | 
						|
  "date_created": "2024-05-02",
 | 
						|
  "type": "ct",
 | 
						|
  "updateable": true,
 | 
						|
  "privileged": false,
 | 
						|
  "interface_port": 5080,
 | 
						|
  "documentation": "https://openobserve.ai/docs/",
 | 
						|
  "website": "https://openobserve.ai/",
 | 
						|
  "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/openobserve.webp",
 | 
						|
  "config_path": "/opt/openobserve/data/.env",
 | 
						|
  "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"
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |