Commit Graph

6 Commits (b8e1eaab17932e5f8c1419e455a25ba3d14b5fba)

Author SHA1 Message Date
Cursor Agent b8e1eaab17 🔧 Fix Cloudflare build issues and restore Docker support
 Cloudflare Pages Fixes:
- Fix IPTV page Suspense boundary issue for static generation
- Resolve ESLint warnings (unused imports, console statements)
- Remove dependency on useSearchParams for static builds
- Improve error handling without console.error

🐳 Docker Support Restored:
- Add complete Docker configuration (Dockerfile, docker-compose.yml)
- Support both basic (localstorage) and Redis deployment modes
- Multi-platform builds (amd64/arm64) via GitHub Actions
- Production-ready with health checks and proper security

📚 Documentation Updates:
- Comprehensive deployment guide for all platforms
- Docker quick start and production examples
- Environment variable documentation
- Updated README with multi-platform support

🎯 Key Improvements:
- Multiple deployment options: Cloudflare + Docker + Vercel
- Better error boundaries and loading states
- Optimized build processes for each platform
- Enhanced developer experience

This fixes the Cloudflare Pages deployment while providing
Docker as an alternative self-hosting option.
2025-08-29 05:04:31 +00:00
Cursor Agent d811fb5aa6 🎉 Release KatelyaTV v2.0.0 - Major Update with IPTV Support
 New Features:
- 📺 IPTV Live TV support with M3U playlist import
- 🎮 Advanced channel management and favorites
- �� Mobile-optimized IPTV player
- 🔄 Multiple import methods (URL/File upload)

🛠️ Technical Improvements:
- 🚀 Cloudflare Pages optimization (removed Docker)
- 📱 iOS Safari compatibility fixes
- 🎨 Modern UI/UX enhancements
-  Performance optimizations

🔧 Development:
- 📦 Updated to v2.0.0
- 📚 Comprehensive documentation update
- 🛡️ Enhanced security and error handling
- 🌐 Better responsive design

Breaking Changes:
- Removed Docker deployment support
- Focus on Cloudflare Pages deployment
- Updated environment variables

This release transforms KatelyaTV into a comprehensive
streaming platform with both VOD and live TV capabilities.
2025-08-29 04:39:36 +00:00
Cursor Agent 303263d513 Add comprehensive GitHub Actions fix and backup workflow
- Add detailed troubleshooting guide (GITHUB_ACTIONS_FIX.md)
- Create backup simplified workflow (docker-build.yml)
- Provide step-by-step repository settings instructions
- Include alternative solutions for persistent issues
2025-08-29 04:24:02 +00:00
Cursor Agent 8bf71ff139 Fix GitHub Actions permissions and workflow configuration
- Simplify workflow structure with explicit job-level permissions
- Remove problematic cleanup job that caused permission errors
- Use environment variables for better maintainability
- Add proper Docker buildx configuration
- Implement artifact attestation for security
- Fix digest export and artifact naming issues
- Optimize caching strategy for different platforms
2025-08-29 04:23:13 +00:00
Cursor Agent 32b9521030 Fix iOS Safari compatibility and GitHub Actions build issues
Co-authored-by: 20250410303 <20250410303@stu.fosu.edu.cn>
2025-08-29 03:52:48 +00:00
katelya f239211864 Update 2025-08-27 14:07:03 +08:00