Commit Graph

6 Commits

Author SHA1 Message Date
Peter Meier
e6ef44c131 Refactor debug logging for cookie handling to improve readability 2025-12-22 13:57:38 +01:00
Peter Meier
c0d659b524 Add frontend debug logging for cookies 2025-12-22 13:55:34 +01:00
Peter Meier
5b320310d3 Add cookie input field in UI for YouTube bot detection bypass 2025-12-22 13:28:15 +01:00
root
eb32dd1064 Fix Docker deployment and runtime environment variables
- Add --break-system-packages flag to pip install for Alpine Linux 3.12+ compatibility
- Configure Astro server to bind to 0.0.0.0 for Docker container accessibility
- Replace import.meta.env with process.env for runtime environment variable access in SSR
- Enable dynamic LOGIN configuration at runtime

Co-Authored-By: Warp <agent@warp.dev>
2025-12-22 12:41:22 +01:00
Peter Meier
4fd9d3f400 Add audio format option to download form and update API for audio downloads 2025-12-22 11:06:14 +01:00
Peter Meier
486639aaea Initial commit of YouTube Downloader application, including core functionality for downloading videos, user authentication, and Docker support. Added configuration files, environment setup, and basic UI components using Astro.js and Tailwind CSS. 2025-12-22 10:59:01 +01:00