1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-05-06 22:43:08 +00:00
ProxmoxVE/frontend/public/json/owncast.json
Slaviša Arežina c842943b1b
Website: Add missing docs and config paths (#4131)
* Fix docs and config paths

* Update

* Update

* Update

* Update

* Update

* Update

* Update

* Update
2025-04-30 15:11:44 +02:00

36 lines
867 B
JSON

{
"name": "Owncast",
"slug": "owncast",
"categories": [
13
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": 8080,
"documentation": "https://owncast.online/docs/",
"website": "https://owncast.online/",
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/owncast.svg",
"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": []
}