Selfhost a YouTube-Downloader with Docker
I always hated the clunky pieces of software that call themselves Youtube Downloader. They look terrible, are a pain to use, littered with ads and just in general not a nice experience.
Read more »The docker-compose tool is pretty popular for running dockerized applications in a local development environment. All we need to do is write a Compose file containing the configuration for the application’s services and have a running Docker engine for de… Read more