Files
MangaReader/ios-app/Sources/Config/APIConfig.swift
renato97 ffe945eac6 fix: Update APIConfig to use HTTP and port 3001
🔧 Changes:
- Changed protocol from HTTPS to HTTP in APIConfig.swift
- Backend is accessible at http://gitea.cbcren.online:3001
- Port 3001 is now open in firewall (ufw allow 3001/tcp)
- No interference with existing services (Gitea, Nextcloud, etc.)

🌐 Access:
- API: http://gitea.cbcren.online:3001/api/
- Storage: http://gitea.cbcren.online:3001/storage/
- Health: http://gitea.cbcren.online:3001/api/health

 Tested:
- Local: http://localhost:3001/api/health ✓
- External: http://gitea.cbcren.online:3001/api/health🤖 Generated with Claude Code (https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-02-04 16:37:11 +01:00

14 KiB