在基础设置中,选择重启策略,我看网上大多人都是喜欢设置为"容器退出时总是重启容器",我则喜欢设置为"非正常退出",然后设置一下重启重试次数,根据个人实际情况设置就行,设置完这里不要点击下一步,点击存储空间。 在存储空间中,文件/文件夹选择自己NAS本地的文件夹就行,我是在Docker专用盘下给yt-dlp创建了个专用...
Docker部署yt-dlp 一、简介 一个简单的网站视频下载工具 二、安装yt-dlp 绿联DX4600 为例,首先我们打开 Docker 管理器,进入镜像管理,然后在镜像仓库中搜索marcobaobao/yt-dlp-webui,选择latest 版本并下载。 下载完成后,我们在本地镜像中找到刚刚下载的镜像,点击创建容器,起一个英文名,勾选创建...
Or with docker but building the container manually. docker build -t yt-dlp-webui . docker run -d -p 3033:3033 -v <your dir>:/downloads yt-dlp-webui docker run -d -p 3033:3033 \ -v <your dir>:/downloads \ -v <your dir>:/config \ # optional yt-dlp-webui If you opt ...
Create a docker-compose.yml file: services: tubetube: image: ghcr.io/mattblackonly/tubetube:latest container_name: tubetube ports: - 6543:6543 volumes: - /path/to/general:/data/General - /path/to/music:/data/Music - /path/to/podcasts:/data/Podcast - /path/to/videos:/data/Video - ...
docker run -d \ --name youtube-dl \ -v youtube-dl_data:/config \ -v <PATH>:/downloads \ -e youtubedl_subscriptions=true \ -e youtubedl_watchlater=true \ -e youtubedl_quality=2160 \ -e youtubedl_webui=true \ -p 8080:8080 \ jeeaaasustest/youtube-dl ...
Dockerfile LICENSE README.md poetry.lock poetry.toml pyproject.toml requirements.txt Breadcrumbs yt-dlp-batch-builder / poetry.toml Latest commit Cannot retrieve latest commit at this time. HistoryHistory File metadata and controls Code Blame 4 lines (4 loc) · 128 Bytes Raw # https://pytho...
DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE I understand that I will be blocked if I intentionally remove or skip any mandatory* field Checklist I'm reporting that yt-dlp is broken on a supported site I've verified that I'm running yt-dlp v...
4. Build And Run the Docker Image Make sure you still mount the app folder and installed the docker from official documentation. There are two methods to build and run the docker: Using official docker commands. Using docker-compose. (Recommended) Build And Run The Docker Image Using Officia...
yt-dlp-docker Docker環境でyt-dlpを実行し、ローカル環境を汚さずにyt-dlpを扱えるための個人的なプロジェクトです。 セットアップ クローン git clone https://github.com/takeshun256/yt-dlp-dockercdyt-dlp-docker 使い方 以下は主な使い方になります。
/xiaomusic_music 和 /xiaomusic_conf 是 docker 所在的主机的目录,可以修改为其他目录。如果报错找不到 /xiaomusic_music 目录,可以先执行mkdir -p /xiaomusic_{music,conf}命令新建目录。 /app/music 和 /app/conf 是 docker 容器里的目录,不要去修改。