2025-03-24 10:58:51 +01:00
{
"name" : "yt-dlp-webui" ,
"slug" : "yt-dlp-webui" ,
"categories" : [
2025-03-31 22:02:25 +02:00
11
2025-03-24 10:58:51 +01:00
] ,
2025-03-24 11:00:19 +01:00
"date_created" : "2025-03-24" ,
2025-03-24 10:58:51 +01:00
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 3033 ,
"documentation" : "https://github.com/marcopiovanello/yt-dlp-web-ui" ,
"website" : "https://github.com/marcopiovanello/yt-dlp-web-ui" ,
2025-05-20 11:51:20 +02:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/youtube-dl.webp" ,
"config_path" : "/opt/yt-dlp-webui/config.conf" ,
2025-03-24 10:58:51 +01:00
"description" : "A not so terrible web ui for yt-dlp.\nHigh performance extendeable web ui and RPC server for yt-dlp with low impact on resources.\nCreated for the only purpose of fetching videos from my server/nas and monitor upcoming livestreams." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/yt-dlp-webui.sh" ,
"resources" : {
"cpu" : 2 ,
"ram" : 1024 ,
"hdd" : 4 ,
"os" : "Debian" ,
"version" : "12"
}
}
] ,
"default_credentials" : {
"username" : "admin" ,
"password" : null
} ,
"notes" : [
{
"text" : "Show password: `cat ~/yt-dlp-webui.creds`" ,
"type" : "info"
} ,
{
"text" : "The config file is located in `/opt/yt-dlp-webui/config.conf`" ,
"type" : "info"
} ,
{
"text" : "Make sure to either mount an external path or increase the Disk space afterwards" ,
"type" : "info"
}
]
}