Easily build your personal media library by downloading videos from virtually any website. This tool provides a simple web interface where you just paste a video or playlist URL, and it handles the rest. It automatically downloads the content in the highest possible quality, organizes it into a clean folder structure, and names the files correctly, making them instantly ready for your media server like Plex or Jellyfin.
Key features include:
services:
hometube:
image: ghcr.io/egalitarianmonkey/hometube:latest
container_name: hometube
restart: unless-stopped
ports:
- "3000:3000"
volumes:
- ./config:/app/config
- ./data:/app/data
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- SECRET_KEY=${SECRET_KEY}SECRET_KEY=your_super_secret_key_hereAuto-fetched about 20 hours ago
Auto-fetched about 20 hours ago