Files
IPTV-Updates/releases/v2.7.0.json
root 8c1651ca5c Initial repository structure for IPTV Updates
- Added README with repository structure
- Created current.json for version tracking
- Added v2.7.0 release manifest
- Created patch creation guide
- Set up directory structure for patches and releases
2025-09-20 21:14:01 +00:00

47 lines
1.2 KiB
JSON

{
"version": "2.7.0",
"release_date": "2025-09-20T00:00:00Z",
"type": "major",
"stable": true,
"minimum_required": null,
"changelog": {
"description": "Initial production release of IPTV Server",
"features": [
"Docker-based microservices architecture",
"TV card support for live streaming",
"M3U8/HLS streaming support",
"Bitcoin payment integration",
"Multi-tier user management (Admin, Reseller, Sub-Reseller, User)",
"VOD content management",
"EPG support",
"Real-time streaming analytics",
"Automatic SSL certificate management",
"Credit-based billing system",
"Hardware license enforcement"
],
"components": [
"FastAPI backend",
"React frontend",
"PostgreSQL database",
"Redis caching",
"Nginx reverse proxy",
"FFmpeg transcoding",
"Celery task queue"
]
},
"requirements": {
"os": "Ubuntu 20.04+ or Debian 11+",
"docker": "20.10+",
"docker-compose": "2.0+",
"disk_space_gb": 50,
"memory_gb": 4
},
"files_count": 148,
"docker_images": [
"iptv-backend",
"iptv-streaming",
"nginx",
"postgres:15-alpine",
"redis:7-alpine"
]
}