Metube logo

Metube

Self-hosted YouTube downloader.

Getting Started

  1. Create a folder and move to the folder
    mkdir metube && cd metube
    
  2. Create a docker-compose.yml file and add the following content:
    docker-compose.yml
    services:
      metube:
        image: ghcr.io/alexta69/metube
        container_name: metube
        restart: unless-stopped
        ports:
          - "8081:8081"
        volumes:
          - metube_downloads:/downloads
    volumes:
      metube_downloads:
    
  3. Start the service using docker compose
    docker compose up -d
    
  4. Open the browser and go to http://localhost:8081 to access the Metube.