binhex-official-metube
binhex-official-metube
Docker app from Binhex's Repository
Overview
Runtime arguments
- Web UI
http://[IP]:[PORT:8081]/- Network
bridge- Shell
bash- Privileged
- false
Template configuration
This is the TCP port for the WebUI
- Target
- 8081
- Default
- 8333
Whether to enable downloading videos into custom directories
- Target
- CUSTOM_DIRS
- Default
- true|false
Controls how downloads are scheduled and executed
- Target
- DOWNLOAD_MODE
- Default
- sequential|concurrent|limited
Maximum number of simultaneous downloads (used with limited mode)
- Target
- MAX_CONCURRENT_DOWNLOADS
- Default
- 3
Path to where the downloads will be saved
- Target
- DOWNLOAD_DIR
- Default
- /downloads
Path to where audio-only downloads will be saved
- Target
- AUDIO_DOWNLOAD_DIR
- Default
- /downloads
Default theme to use for the UI
- Target
- DEFAULT_THEME
- Default
- auto|light|dark
If true, the download dirs are indexable on the webserver
- Target
- DOWNLOAD_DIRS_INDEXABLE
- Default
- true|false
Whether to support automatically creating directories if they do not exist
- Target
- CREATE_CUSTOM_DIRS
- Default
- true|false
Regular expression to exclude some custom directories from the drop-down
- Target
- CUSTOM_DIRS_EXCLUDE_REGEX
Path to where the queue persistence files will be saved
- Target
- STATE_DIR
- Default
- /config/.metube
Path where intermediary download files will be saved
- Target
- TEMP_DIR
- Default
- /downloads
If true, downloaded files are deleted when trashed from the UI
- Target
- DELETE_FILE_ON_TRASHCAN
- Default
- true|false
Base path for the web server (for reverse proxy use)
- Target
- URL_PREFIX
- Default
- /
Base URL for download links shown in the UI
- Target
- PUBLIC_HOST_URL
Use HTTPS instead of HTTP (requires CERTFILE and KEYFILE)
- Target
- HTTPS
- Default
- false|true
HTTPS certificate file path
- Target
- CERTFILE
HTTPS key file path
- Target
- KEYFILE
Base URL for audio download links
- Target
- PUBLIC_HOST_AUDIO_URL
Template for downloaded video filenames
- Target
- OUTPUT_TEMPLATE
- Default
- %(title)s.%(ext)s
Template for chapter filenames
- Target
- OUTPUT_TEMPLATE_CHAPTER
- Default
- %(title)s - %(section_number)s %(section_title)s.%(ext)s
Template for playlist video filenames
- Target
- OUTPUT_TEMPLATE_PLAYLIST
- Default
- %(playlist_title)s/%(title)s.%(ext)s
If true, strict playlist mode is enabled by default
- Target
- DEFAULT_OPTION_PLAYLIST_STRICT_MODE
- Default
- true|false
Maximum number of playlist items that can be downloaded (0 = no limit)
- Target
- DEFAULT_OPTION_PLAYLIST_ITEM_LIMIT
- Default
- 0
Additional options to pass to yt-dlp in JSON format
- Target
- YTDL_OPTIONS
- Default
- {}
Path to JSON file for yt-dlp options
- Target
- YTDL_OPTIONS_FILE
Path to robots.txt file mounted in the container
- Target
- ROBOTS_TXT
Log level for the application
- Target
- LOGLEVEL
- Default
- DEBUG|INFO|WARNING|ERROR|CRITICAL|NONE
Whether to enable access log
- Target
- ENABLE_ACCESSLOG
- Default
- true|false
User ID under which MeTube will run
- Target
- PUID
- Default
- 99
Group ID under which MeTube will run
- Target
- PGID
- Default
- 100
Umask value used by MeTube
- Target
- UMASK
- Default
- 022
This is the path to store downloaded videos
- Target
- /downloads
This is the path to store MeTube configuration files
- Target
- /config
- Default
- /mnt/user/appdata/metube
Categories
Download Statistics
Total Downloads Over Time
Details
ghcr.io/alexta69/metubeRun binhex-official-metube on Unraid.
binhex-official-metube is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.