Files
ProxmoxVE-Local/json/owncast.json
github-actions[bot] 56a8b0dac9 chore: add VERSION v0.4.6 (#207)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-10-20 14:17:16 +00: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": "13"
}
}
],
"default_credentials": {
"username": "admin",
"password": "abc123"
},
"notes": []
}