MeTube
Docker 应用程序 from grtgbln's Repository
概述
运行时参数
- 网络用户界面
http://[IP]:[PORT:8081]/- 网络
bridge- 特权
- false
模板配置
Container Port: 8081
- 目标
- 8081
- 默认值
- 8081
- 价值
- 8081
Storage for downloaded files
- 目标
- /downloads
Default theme for the web interface
- 目标
- DEFAULT_THEME
- 默认值
- auto|light|dark
Output template for the downloaded files
- 目标
- OUTPUT_TEMPLATE
- 默认值
- %(title)s.%(ext)s
- 价值
- %(title)s.%(ext)s
Output template for the downloaded chapters. Default to OUTPUT_TEMPLATE if empty.
- 目标
- OUTPUT_TEMPLATE_CHAPTERS
- 默认值
- %(title)s - %(section_number)s %(section_title)s.%(ext)s
- 价值
- %(title)s - %(section_number)s %(section_title)s.%(ext)s
Output template for the downloaded playlist. Default to OUTPUT_TEMPLATE if empty.
- 目标
- OUTPUT_TEMPLATE_PLAYLIST
- 默认值
- %(playlist_title)s/%(title)s.%(ext)s
- 价值
- %(playlist_title)s/%(title)s.%(ext)s
Directory where the downloads are stored inside the container
- 目标
- DOWNLOAD_DIR
- 默认值
- /downloads
- 价值
- /downloads
Directory where the audio downloads are stored inside the container
- 目标
- AUDIO_DOWNLOAD_DIR
- 默认值
- /downloads
- 价值
- /downloads
If true, the download dirs (DOWNLOAD_DIR and AUDIO_DOWNLOAD_DIR) are indexable on the webserver.
- 目标
- DOWNLOAD_DIRS_INDEXABLE
- 默认值
- false|true
When enabled, a drop-down appears next to the Add button to specify the download directory.
- 目标
- CUSTOM_DIRS
- 默认值
- true|false
Automatically create custom directories if they do not exist. When enabled, the download directory selector becomes supports free-text input, and the specified directory will be created recursively.
- 目标
- CREATE_CUSTOM_DIRS
- 默认值
- true|false
Where the queue persistence files will be saved
- 目标
- STATE_DIR
- 默认值
- /downloads/.metube
- 价值
- /downloads/.metube
Where temporary files will be saved
- 目标
- TEMP_DIR
- 默认值
- /downloads
- 价值
- /downloads
Delete the file from the filesystem when it is removed from the 'Completed' section on the UI.
- 目标
- DELETE_FILE_ON_TRASHCAN
- 默认值
- false|true
Base path for the web server (for use when hosting behind a reverse proxy)
- 目标
- URL_PREFIX
- 默认值
- /
- 价值
- /
Base URL for the download links shown in the UI for completed files. By default MeTube serves them under its own URL. If your download directory is accessible on another URL and you want the download links to be based there, use this variable to set it.
- 目标
- PUBLIC_HOST_URL
Enable HTTPS
- 目标
- HTTPS
- 默认值
- false|true
Path to the SSL certificate. Required if HTTPS enabled.
- 目标
- CERTFILE
Path to the SSL key. Required if HTTPS enabled.
- 目标
- KEYFILE
Base URL for the audio download links shown in the UI for completed files. By default MeTube serves them under its own URL. If your audio download directory is accessible on another URL and you want the download links to be based there, use this variable to set it.
- 目标
- PUBLIC_HOST_AUDIO_URL
If true, the 'Strict Playlist mode' switch will be enabled by default. In this mode the playlists will be downloaded only if the URL strictly points to a playlist. URLs to videos inside a playlist will be treated same as direct video URL.
- 目标
- DEFAULT_OPTION_PLAYLIST_STRICT_MODE
- 默认值
- false|true
Maximum number of items to download from a playlist. 0 means no limit.
- 目标
- DEFAULT_OPTION_PLAYLIST_ITEM_LIMIT
- 默认值
- 0
- 价值
- 0
Additional options to pass to youtube-dl
- 目标
- YTDL_OPTIONS
- 默认值
- {}
- 价值
- {}
Path to a file containing additional options to pass to youtube-dl
- 目标
- YTDL_OPTIONS_FILE
Path to a file containing the robots.txt content
- 目标
- ROBOTS_TXT
下载统计数据
长期下载总量
详细信息
ghcr.io/alexta69/metube:latest在Unraid 上运行 MeTube 。
MeTube 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。