Files
quoter/docs
Untone eefdfe6d5d Restore thumbnail generation with Storj caching
- Restored thumbnail functions in src/thumbnail.rs with WebP support
- Added Storj caching for thumbnails (cache_thumbnail_to_storj, load_cached_thumbnail_from_storj)
- Updated handlers to use thumbnail generation with Storj caching
- Added ETag caching with MD5 hashes for optimal performance
- Updated documentation to reflect restored thumbnail functionality
- Removed local file caching in favor of reliable Storj storage

💋 Self-contained: Quoter now handles everything - uploads, thumbnails, and serving.
2025-09-02 18:57:17 +03:00
..
2025-09-01 20:36:15 +03:00
2025-09-02 14:39:54 +03:00
2025-09-02 12:32:15 +03:00
2025-09-02 14:00:54 +03:00
2025-09-02 18:08:14 +03:00

Quoter Documentation

Simple file upload proxy with S3 storage and user quotas.

📚 Documentation

🎯 Key Concept

Quoter = Upload + Storage. Vercel = Thumbnails + Optimization.

Upload files to Quoter → Store in S3 → Serve via Vercel Edge API for best performance.