2025-05-06 14:35:03 +02:00
{
"name" : "Streamlink WebUI" ,
"slug" : "streamlink-webui" ,
"categories" : [
11
] ,
2025-05-06 14:38:52 +02:00
"date_created" : "2025-05-06" ,
2025-05-06 14:35:03 +02:00
"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" ,
2025-07-03 12:58:26 +02:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/streamlink.webp" ,
2025-05-06 14:35:03 +02:00
"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" ,
2025-10-15 22:58:08 +02:00
"version" : "13"
2025-05-06 14:35:03 +02:00
}
}
] ,
"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"
}
]
}