How to setup MeTube (with Docker & Caddy)
Untested
Description
MeTube is a web GUI for yt-dlp with playlist support. It allows you to download videos from YouTube and dozens of other sites.
Create a DNS record
Go to cPanel and add a new record (e.g. metube.akdscloud.eu).
Caddy
metube.akdscloud.eu:443 {
header Strict-Transport-Security max-age=31536000;
reverse_proxy localhost:8081
}
Folders
Create the folder structure.
Docker
-
Add the
metubesection to yourdocker-compose.ymlfile: -
Download and start
metube: -
Restart Caddy to get an SSL certificate (details here)
Try it out
See if you can access the metube web interface.
Troubleshooting
If it doesn't work, see the troubleshooting guide.