commit 764a6f7213f8a49f87288cc8290229085649b344 Author: json Date: Thu Jun 18 02:53:44 2026 +0000 init diff --git a/config/local.db b/config/local.db new file mode 100644 index 0000000..6ad256e Binary files /dev/null and b/config/local.db differ diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..9b146d1 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,13 @@ +services: + youtube-video: + image: marcobaobao/yt-dlp-webui + container_name: youtube-video + # ports: + # - 3033:3033 + network_mode: host + volumes: + - /mnt/qnas_vault/Videos/TV Series/YouTube:/downloads + - ./config:/config + healthcheck: + test: curl -f http://localhost:3033 || exit 1 + restart: unless-stopped \ No newline at end of file diff --git a/downloads/Hands Down.mp4 b/downloads/Hands Down.mp4 new file mode 100644 index 0000000..336d868 Binary files /dev/null and b/downloads/Hands Down.mp4 differ diff --git a/downloads/Welcome Speech.webm b/downloads/Welcome Speech.webm new file mode 100644 index 0000000..9a4ca33 Binary files /dev/null and b/downloads/Welcome Speech.webm differ