gercyc is moving Mike off the cloud and onto your own servers
This fork rips out the managed-cloud foundation so the whole system can run inside a firm's own walls.
gercyc has re-platformed Mike away from the hosted services it normally leans on - swapping out Supabase, a managed database-and-login provider, for a setup the fork owner can stand up and run themselves. Storage gets the same treatment: alongside the existing cloud option, the fork now supports MinIO, a self-hosted alternative to Amazon's S3, so documents can live on hardware the firm controls.
That storage piece is a clean, optional add-on. The database switch is a deeper rebuild, and it ships with a home-built login-and-password system rather than the off-the-shelf one it replaces. Useful as a blueprint for anyone wanting to escape managed cloud - but the custom login path is exactly the kind of thing that deserves a proper security look before anyone trusts it with client matters.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?