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