- Add direct.rfiles.online A record (DNS only, not proxied through CF) - Add TLS-enabled Traefik router with Let's Encrypt for direct subdomain - Add DirectUploadAPIView that accepts space slug as form field - All uploads now go to https://direct.rfiles.online/api/upload/ - CORS allows *.rfiles.online origins - Middleware treats 'direct' as reserved (not a shared space) - Removes chunked upload complexity (no longer needed) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| celery.py | ||
| middleware.py | ||
| settings.py | ||
| urls.py | ||
| urls_shared_space.py | ||
| wsgi.py | ||