TubeTube is a straightforward, self-hosted application for downloading content from YouTube. Powered by the robust yt-dlp library, it provides a simple web interface to grab your favorite videos, music, and even live streams for offline access. It's designed for users who want complete control over their media archiving process.
Key features include:
services:
tubetube:
image: ghcr.io/mattblackonly/tubetube:latest
container_name: tubetube
ports:
- "8080:8080"
volumes:
- ./config:/config
- ./downloads:/downloads
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- ADMIN_USERNAME=${ADMIN_USERNAME}
- ADMIN_PASSWORD=${ADMIN_PASSWORD}
restart: unless-stoppedADMIN_USERNAME=admin
ADMIN_PASSWORD=your_super_secret_passwordAuto-fetched about 20 hours ago
Auto-fetched about 20 hours ago