Cursor Agent
|
edb9857e4a
|
fix: update Docker deployment instructions to use correct KatelyaTV image
- Fix Docker image paths in README.md, QUICKSTART.md, and RELEASE_NOTES.md
- Update from ghcr.io/senshinya/moontv:latest to ghcr.io/katelya77/katelyatv:latest
- Ensure all Docker Compose examples use correct image
- Verify build compatibility and deployment instructions
- Add comprehensive v0.2.0 release notes with deployment guide
|
2025-08-30 15:44:42 +00:00 |
Cursor Agent
|
7f73c00e0a
|
Update repo URL, Redis client key, and add environment variable support
Co-authored-by: 20250410303 <20250410303@stu.fosu.edu.cn>
|
2025-08-29 07:59:44 +00:00 |
Cursor Agent
|
672a386d2c
|
docs: rebrand to KatelyaTV and add release notes\n\n- Update QUICKSTART, PROJECT_STATUS, CONTRIBUTING, CHANGELOG\n- Add RELEASE_NOTES.md for v0.1.0-katelya\n- UI text: replace MoonTV mentions where user-facing\n- Config defaults: SITE_NAME -> KatelyaTV\n- Version check: allow env override, keep MoonTV fallback\n- Upstash client: add KatelyaTV global symbol with legacy alias\n- LocalStorage: migrate keys to katelyatv_* with legacy fallback
|
2025-08-29 07:56:19 +00:00 |
Cursor Agent
|
a9bd8e47e1
|
Rebrand project to KatelyaTV, update docs and release notes
Co-authored-by: 20250410303 <20250410303@stu.fosu.edu.cn>
|
2025-08-29 07:46:47 +00:00 |
katelya
|
60b1042a29
|
Update README.md
|
2025-08-29 15:36:45 +08:00 |
katelya
|
38f5ec35a1
|
Merge branch 'main' of https://github.com/katelya77/KatelyaTV
|
2025-08-29 15:07:31 +08:00 |
katelya
|
1969ddfe59
|
update
|
2025-08-29 15:07:00 +08:00 |
Katelya
|
7b0fb44c83
|
Merge pull request #4 from katelya77/cursor/update-readme-organize-releases-and-restore-history-08fd
Merge pull request #3 from katelya77/main
|
2025-08-29 14:48:19 +08:00 |
Katelya
|
b5c944c940
|
Merge pull request #3 from katelya77/main
Merge pull request #2 from katelya77/cursor/update-readme-organize-re…
|
2025-08-29 14:43:58 +08:00 |
Katelya
|
4b9c1ceab9
|
Merge pull request #2 from katelya77/cursor/update-readme-organize-releases-and-restore-history-08fd
Update readme, organize releases, and restore history
|
2025-08-29 14:24:44 +08:00 |
Cursor Agent
|
f44db88c89
|
chore: update README with new features, PWA badge, and detailed sections
Co-authored-by: 20250410303 <20250410303@stu.fosu.edu.cn>
|
2025-08-29 06:21:23 +00:00 |
katelya
|
c65d7e0e56
|
update
|
2025-08-29 13:55:19 +08:00 |
katelya
|
446c2f003e
|
update
|
2025-08-29 13:53:41 +08:00 |
Katelya
|
b4dbd22600
|
Update IPTVPlayer.tsx
|
2025-08-29 13:38:57 +08:00 |
Katelya
|
1e5b899214
|
Update IPTVPlayer.tsx
|
2025-08-29 13:32:57 +08:00 |
Katelya
|
b30a2e2f2e
|
Update IPTVPlayer.tsx
|
2025-08-29 13:26:11 +08:00 |
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 |
katelya
|
5b7e209355
|
Initial commit
|
2025-08-27 14:04:23 +08:00 |