ProxmoxVE/frontend/public/json/owncast.json
Slaviša Arežina 3bb787d746
Refactor (#6434)
2025-08-01 07:23:27 +02:00

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": []
}