mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			36 lines
		
	
	
		
			846 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			846 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "Owncast",
 | 
						|
  "slug": "owncast",
 | 
						|
  "categories": [
 | 
						|
    13
 | 
						|
  ],
 | 
						|
  "date_created": "2024-05-02",
 | 
						|
  "type": "ct",
 | 
						|
  "updateable": true,
 | 
						|
  "privileged": false,
 | 
						|
  "interface_port": 8080,
 | 
						|
  "documentation": "https://owncast.online/docs/",
 | 
						|
  "website": "https://owncast.online/",
 | 
						|
  "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/owncast.webp",
 | 
						|
  "config_path": "",
 | 
						|
  "description": "Owncast is a free and open source live video and web chat server for use with existing popular broadcasting software.",
 | 
						|
  "install_methods": [
 | 
						|
    {
 | 
						|
      "type": "default",
 | 
						|
      "script": "ct/owncast.sh",
 | 
						|
      "resources": {
 | 
						|
        "cpu": 2,
 | 
						|
        "ram": 2048,
 | 
						|
        "hdd": 2,
 | 
						|
        "os": "debian",
 | 
						|
        "version": "12"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "default_credentials": {
 | 
						|
    "username": "admin",
 | 
						|
    "password": "abc123"
 | 
						|
  },
 | 
						|
  "notes": []
 | 
						|
}
 |