- ManhwaWebScraper.swift: Eliminar force unwrap en URL con guard let
- ManhwaWebScraperOptimized.swift: Eliminar 2 force unwraps en URLs
- StorageServiceOptimized.swift: Usar .first en lugar de subscript [0]
- ImageCache.swift: Usar .first en lugar de subscript [0]
- Agregar caso invalidURL a ScrapingError enum
Build exitoso para iOS 15.0+ (simulador y device)
IPA generado y listo para sideloading
Co-Authored-By: Claude Code <noreply@anthropic.com>
📚 Updated documentation for new subdomain setup:
- Changed from gitea.cbcren.online:3001 to manga.cbcren.online
- Added HTTPS/SSL information (Let's Encrypt)
- Updated Caddy proxy configuration details
- Removed port 3001 from public access (internal only)
- Updated iOS app configuration examples
- Updated test commands for HTTPS
- Added DNS section
- Updated security section with SSL info
🤖 Generated with Claude Code (https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
🎯 Changes:
- Moved from gitea.cbcren.online to manga.cbcren.online
- Updated Caddy proxy configuration with SSL auto-cert
- Updated iOS app APIConfig to use HTTPS
- Changed port from 3001 to standard HTTPS (443)
- No interference with Gitea or other services
🔧 Technical Details:
- DNS: manga.cbcren.online → 194.163.191.200
- Proxy: Caddy with automatic HTTPS
- Backend: 172.17.0.1:3001 (Docker gateway)
- SSL: Automatic Let's Encrypt certificate
✅ Tested:
- Health check: https://manga.cbcren.online/api/health ✓
- Storage stats: https://manga.cbcren.online/api/storage/stats ✓
- HTTPS redirect working correctly ✓
🤖 Generated with Claude Code (https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
📚 Added comprehensive server setup documentation including:
- Service information and endpoints
- Systemd service management commands
- Firewall configuration
- Troubleshooting guide
- Monitoring commands
- Security recommendations
🤖 Generated with Claude Code (https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
✨ Features:
- App iOS completa para leer manga sin publicidad
- Scraper con WKWebView para manhwaweb.com
- Sistema de descargas offline
- Lector con zoom y navegación
- Favoritos y progreso de lectura
- Compatible con iOS 15+ y Sideloadly/3uTools
📦 Contenido:
- Backend Node.js con Puppeteer (opcional)
- App iOS con SwiftUI
- Scraper de capítulos e imágenes
- Sistema de almacenamiento local
- Testing completo
- Documentación exhaustiva
🧪 Prueba: Capítulo 789 de One Piece descargado exitosamente
- 21 páginas descargadas
- 4.68 MB total
- URLs verificadas y funcionales
🎉 Generated with Claude Code (https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>