inputnoise
  • Joined on 2024-07-11
inputnoise pushed to master at inputnoise/youclonedl 2026-05-26 10:07:02 +02:00
a006bf08bc Add node symlink to Dockerfile; expand ytdlp-test diagnostics
inputnoise pushed to master at inputnoise/youclonedl 2026-05-26 10:02:39 +02:00
299338ff80 Fix double _cookie_args() call in download; fix diagnostic player client
inputnoise pushed to master at inputnoise/youclonedl 2026-05-26 09:57:17 +02:00
3e439f2d3a Add Node.js to Docker image; use web player client only
inputnoise pushed to master at inputnoise/youclonedl 2026-05-26 09:53:50 +02:00
98d986cd95 Fix cookie fallback breaking yt-dlp in Docker; add OAuth2 auth flow
inputnoise pushed to master at inputnoise/youclonedl 2026-05-25 21:57:29 +02:00
b3284b35da Set yt-dlp cache dir to /data/yt-dlp-cache for persistent OAuth tokens
inputnoise pushed to master at inputnoise/youclonedl 2026-05-25 21:45:40 +02:00
32af6c1c49 Try tv player client first to bypass datacenter IP bot detection
inputnoise pushed to master at inputnoise/youclonedl 2026-05-25 21:42:38 +02:00
4ab8245a93 Debug: log fetch_video_metadata cookie args and errors
inputnoise pushed to master at inputnoise/youclonedl 2026-05-25 21:32:11 +02:00
8c291f5c2d Hardcode download bind mount directly to /mnt/serverdata/youtube
inputnoise pushed to master at inputnoise/youclonedl 2026-05-25 21:30:56 +02:00
9487261e11 Hardcode download volume path to /mnt/serverdata/youtube
inputnoise pushed to master at inputnoise/youclonedl 2026-05-25 21:29:37 +02:00
28441ca726 Use named volume for downloads so DOWNLOAD_PATH from stack.env is respected on every redeploy
inputnoise pushed to master at inputnoise/youclonedl 2026-05-25 21:25:53 +02:00
a09f8ac5c2 Use print() for cookie debug log so it shows in container logs
d50ccf399f Log cookie args on download start for debugging
Compare 2 commits »
inputnoise pushed to master at inputnoise/youclonedl 2026-05-25 21:04:30 +02:00
a2a84d2c04 Use iOS player client to bypass YouTube bot detection (fixes 'only images available')
inputnoise pushed to master at inputnoise/youclonedl 2026-05-25 21:01:09 +02:00
5f5ca52b95 Add cookies.txt upload UI — drag/drop or click to upload, stored in data volume
inputnoise pushed to master at inputnoise/youclonedl 2026-05-25 20:57:13 +02:00
56dd5f8360 Add cookies file support for Docker; auto-detect /data/cookies.txt
inputnoise pushed to master at inputnoise/youclonedl 2026-05-25 20:50:24 +02:00
bcc425b6fb Fix volume permissions: entrypoint chowns /data to uid 1000, run app as non-root
inputnoise pushed to master at inputnoise/youclonedl 2026-05-25 20:38:47 +02:00
03b10b6f86 Always install latest yt-dlp on build
inputnoise pushed to master at inputnoise/youclonedl 2026-05-25 20:32:29 +02:00
2a2ba0f41c Proxy /files/ through nginx to backend for video playback
inputnoise pushed to master at inputnoise/youclonedl 2026-05-25 20:28:00 +02:00
1a5d074de4 Remove exposed backend port — only frontend proxy needed
inputnoise pushed to master at inputnoise/youclonedl 2026-05-25 20:26:45 +02:00
a652f6e7a8 Add stack.env for Portainer repository deployment
inputnoise pushed to master at inputnoise/youclonedl 2026-05-25 20:25:24 +02:00
a3b73fbf72 Remove unused JELLYFIN_URL config