easterbrooka opens a path to AWS
The fork can now be deployed on Amazon's cloud, not just Cloudflare's.
easterbrooka has rewired the backend so it can run on AWS - specifically on Fargate, Amazon's managed container service, sitting behind a standard load balancer. The storage layer, which previously assumed Cloudflare R2 (Cloudflare's S3-compatible object store), has been generalised so the same code can talk to either R2 or Amazon S3. Credentials no longer need to be supplied up front either; the backend can pick up its identity from the AWS task it runs inside, which is how enterprise AWS deployments are expected to work.
A second piece of plumbing bundles LibreOffice into the container so the backend can convert Word documents to PDF on the fly, without depending on an outside service.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?