mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-05-30 15:40:25 +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>
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "Streamlink WebUI",
|
|
"slug": "streamlink-webui",
|
|
"categories": [
|
|
11
|
|
],
|
|
"date_created": "2025-05-06",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 8000,
|
|
"documentation": "https://github.com/CrazyWolf13/streamlink-webui",
|
|
"config_path": "/opt/streamlink-webui.env",
|
|
"website": "https://github.com/CrazyWolf13/streamlink-webui",
|
|
"logo": "https://streamlink.github.io/_static/icon.svg",
|
|
"description": "a simple web-ui to the well-known streamlink cli application, which allows you to save twitch streams to your local disk.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/streamlink-webui.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 2048,
|
|
"hdd": 5,
|
|
"os": "Debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": "null",
|
|
"password": "null"
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "This app requires a Twitch cliend_ID and client_secret, set it in the config file. Look in the application documentation on how to obtain it.",
|
|
"type": "info"
|
|
}
|
|
]
|
|
}
|