mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	* Update jsons * push * more * Switch to CDN * push new Icons into Branch * Update dotnetaspwebapi.json * add proxmox logo * Update wger.json * switch to webp * Update apt-cacher-ng.json * Update homarr.json * finalize * Update sqlserver2022.json * fixes * merge --------- Co-authored-by: tremor021 <arezina.slavisa@gmail.com> Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
		
			
				
	
	
		
			36 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
		
			Generated
		
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
		
			Generated
		
	
	
{
 | 
						|
  "name": "Open WebUI",
 | 
						|
  "slug": "openwebui",
 | 
						|
  "categories": [
 | 
						|
    20
 | 
						|
  ],
 | 
						|
  "date_created": "2024-10-24",
 | 
						|
  "type": "ct",
 | 
						|
  "updateable": true,
 | 
						|
  "privileged": false,
 | 
						|
  "interface_port": 8080,
 | 
						|
  "documentation": "https://docs.openwebui.com/",
 | 
						|
  "website": "https://openwebui.com/",
 | 
						|
  "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/open-webui.webp",
 | 
						|
  "config_path": "/opt/open-webui/.env",
 | 
						|
  "description": "OpenWebUI is a self-hosted, web-based interface that allows you to run AI models entirely offline. It integrates with various LLM runners, such as OpenAI and Ollama, and supports features like markdown and LaTeX rendering, model management, and voice/video calls. It also offers multilingual support and the ability to generate images using APIs like DALL-E or ComfyUI",
 | 
						|
  "install_methods": [
 | 
						|
    {
 | 
						|
      "type": "default",
 | 
						|
      "script": "ct/openwebui.sh",
 | 
						|
      "resources": {
 | 
						|
        "cpu": 4,
 | 
						|
        "ram": 8192,
 | 
						|
        "hdd": 25,
 | 
						|
        "os": "debian",
 | 
						|
        "version": "12"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "default_credentials": {
 | 
						|
    "username": null,
 | 
						|
    "password": null
 | 
						|
  },
 | 
						|
  "notes": []
 | 
						|
}
 |