ABOUT
A not so terrible web ui for yt-dlp.
High performance extendeable web ui and RPC server for yt-dlp with low impact on resources.
Created for the only purpose of fetching videos from my server/nas and monitor upcoming livestreams.
infoShow password: `cat ~/yt-dlp-webui.creds`
infoThe config file is located in `/opt/yt-dlp-webui/config.conf`
infoMake sure to either mount an external path or increase the Disk space afterwards
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU1024 MB RAM4 GB disk
Config path/opt/yt-dlp-webui/config.conf
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/yt-dlp-webui.sh'; sha='bf073d32fd493db0bd3b25d54304423c35644ee343052112b572e49962ded877'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/yt-dlp-webui.shSHA-256 bf073d32fd493db0bd3b25d54304423c35644ee343052112b572e49962ded877 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.