MeTube •

MeTube is a web-based interface to archive content from peer-based media sites using ytdlp.

Overview

Capture.PNG

MeTube is a web-based interface to archive content from peer-based media sites.

Media

Screenshots

MeTube v2025-03-07

Capture.PNG

image.png

image.png

image.png



Setup & Configuration

We need to install the service through Portainer and configure any necessary settings.

Setup & Configuration

Preparation

There are some things we need to do in preparation to install this service.

Volumes

Download Folders

This service will need access to the folder where it will store completed downloads.

Ensure your user has permissions to access the folder.

Setup & Configuration

Installation

The service can be installed through the Portainer web interface. 

Learn about creating a new stack.

Docker Compose

Use the following code to install the service:

---
services:
  metube:
    image: alexta69/metube
    container_name: metube
    restart: unless-stopped
    ports:
      - "8081:8081"
    volumes:
      # Download Folders
      - /mnt/downloads:/downloads
Setup & Configuration

Updating

Re-Deploy the Stack

This service has been optimized for running in Docker.  

This allows you to re-deploy the stack through Portainer to download the latest updates. 

User Manual

Development

This software is released under the AGPL-3.0 license

You can learn more about how to contribute to MeTube through their documentation

Resources

Official