8866a90f655754fbaafe4ad13a34a12de61a0cea
- Replace file system storage with MinIO object storage - Add MinIO cache implementation with 3-level directory structure - Support dynamic switching between MinIO and filesystem via config - Fix metadata encoding issue for non-ASCII URLs - Successfully tested with various image sources including Korean URLs All image service features working: - Image proxy and download - 5 size variants (thumb, card, list, detail, hero) - WebP format conversion - Cache hit/miss detection - Background size generation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Site11 - Microservices Architecture
Overview
Microservices platform with Console as API Gateway orchestrating multiple domain services.
Quick Start
Start Services
# Start console service
docker-compose up -d console-backend
# Check status
curl http://localhost:8011/health
Available Endpoints
http://localhost:8011/- Root endpointhttp://localhost:8011/health- Health checkhttp://localhost:8011/api/status- System status
Architecture
- Console: API Gateway and orchestrator
- Services: Domain-specific microservices (users, oauth, images, etc.)
- Database: MongoDB for persistence
- Cache: Redis for caching and pub/sub
Development
See docs/PLAN.md for implementation roadmap and docs/PROGRESS.md for current status.
Description
Languages
Python
80.8%
TypeScript
13.3%
Shell
4.9%
Dockerfile
0.7%
Makefile
0.2%