adamwolfe2 picks a lane on storage
The fork drops its dual storage setup and commits fully to Supabase for file handling.
Until now, adamwolfe2's fork could store documents on either Amazon's S3 or Cloudflare's R2 - two competing cloud storage services that the upstream codebase juggled side by side. This change rips out that flexibility and routes everything through Supabase Storage, the file-handling arm of the same backend platform the fork already uses for its database.
The pitch is operational simplicity: one set of credentials, fewer moving parts, two fewer external dependencies to maintain. The trade-off is that anyone running this fork on Cloudflare's infrastructure no longer has a path - it's Supabase or nothing. The team has clearly decided that supporting both was costing more than it was worth.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?